Hello, i had installed PHP 5.4 when i compiled Phalcon 1.3.4 first time. Today, I updated my PHP to 5.5 version and it gives me an error:
PHP Warning: PHP Startup: phalcon: Unable to initialize module Module compiled with module API=20100525 PHP compiled with module API=20121212 These options need to match
I understand that Phalcon need to be compiled again but with newest PHP API. So, i did ./install and the module is still compiling under 5.4.
Build complete. Don't forget to run 'make test'. Installing shared extensions: /usr/lib/php5/20100525/
How can I compile it under 5.5?