A piece of advice of anyone trying to install phalcon and phalcon-devtools on an OS X Mountain Lion machine - JUST DON'T BOTHER... USE A LINUX VM.
I've just spent hours fighting issue after issue here's a summary: 1) no compile tools as standard on OS X can install XCode or command line tools from Apple 2) cli tools from apple are now missing autoconf and libtools (at least) 3) install missing files from source 4) compile phalcon - hurrah 5) install XAMPP (MAMP has similar but different issues) 6) discover XAMPP uses 32bit components - boooo 7) rebuild phalcon in safe or 32bit mode stil doesn't work 8) create aliases to use XAMPP php binaries instead of OS X native 9) rebuild phalcon in safe or 32bit mode stil doesn't work 10) follow instructions here to rebuild phalcon in 32bit mode here: https://forum.phalcon.io/discussion/235/mac-os-x-10-7-5#C953 11) phalcon extension seems to install ok 12) clone devtools to create a test project to test extension 13) run phalcon create project "extension not installed" even though I am using the correct php.ini file 14) note version of PHP used by XAMPP is 5.3.1 15) cry 16) install VirtualBox 17) install Linux VM 18) complete full phalcon installation with working phalcon dev-tools in less than 40mins 19) drink beer 20) sleep
I'm genuinely positive about the potential of Phalcon but the Mac OS X installation process is a complete nightmare and renders it unusable please make it better :)
Granted I may have had more luck installing my own AMP stack from scratch but that is hard to do right in a repeatable way and if you want people to use this framework that you have obviously worked so hard on then please make it easy to install - or at least warn people that it's not an easy process.