I'm on Ubuntu 12.04 LTS which has PHP 5.3.10-1ubuntu3.9.
Because I need the short array syntax ([ ]), I installed PHP 5.4.24-1+sury.org~precise+1.
After that, I recompiled Phalcon and got this: Installing shared extensions: /usr/lib/php5/20090626/.
I changed the extension= directive in php.ini accordingly.
When I start PHP I get the following message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/phalcon.so' - /usr/lib/php5/20090626/phalcon.so: undefined symbol: output_globals in Unknown on line 0.
The Website doesn't load anymore.
Any thoughts?