Hey,
I am trying to install PhalconPHP, it compiles just fine but won't be loaded and running "php -m" prints the error message:
/usr/lib/php5/20121212/phalcon.so doesn't appear to be a valid Zend extension
System: Ubuntu 14.10 x64, PhalconPHP 1.2.6 (from Git Repo), PHP 5.5.12-2ubuntu4
phpize -v: PHP Api Version: 20121113, Zend Module Api No: 20121212, Zend Extension Api No: 220121212
I tried compiling from the /build directory aswell as from /build/64bits and /build/safe and I added a 30-phalcon.ini with extension=phalcon.so to /etc/php5/conf.d/
Thanks in advance for any help!