Hey I was able to get Phalcon running on 5.3.3 just fine, but for whatever reason, I can't get it running on my 5.4.13 installation. PHP 5.4.13 works, I just can't get it to load the extension for the life of me.
First 5.3.3 was on my system and it's running other production websites right now, so I just kinda wanted to leave it along and mess with Phalcon on 5.4.13 anyway. I had it working on 5.3.3 but I installed 5.4.13 and no dice on getting it to work. I keep getting the following error in my error_log when I restart apache
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/phalcon.so' - /usr/lib64/php/modules/phalcon.so: undefined symbol: output_globals in Unknown on line 0
BTW, I have to define the entire path to phalcon.so. If I just put extension=phalcon.so nothing happens and there is no error.
Thoughts?