I have Phalcon installed, it was running for weeks on AWS. I did a:
sudo a2enmod ssl
Installed my certs.. everything seems great but the site whitepages after about 20 minutes. No error logs other than this:
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212/phalcon.so' - /usr/lib/php5/20121212/phalcon.so: undefined symbol: php_json_decode_ex
I understand this means that phalcon is getting loaded before json but I am not seeing that. it is all loading out of /etc/php5/apache2/conf.d/ I adjusted the file name to be 30-phalcon.ini just to be sure. No extension=phalcon.so in my php.ini either.
I know I am just missing something.