Hey everyone I have PhpPhalcon running on one of my boxes for a client. Well one of my guys accidentally ran EA4 migration (we were doing the other boxes) on this one. I quickly was able to compile phalcon.so for php7 and seemed like it worked well their dev said no it would be $$ to make their app run in php7
So I tried to compile for 56 or 55 but Im getting these errors
[19-Apr-2017 11:59:32 America/New_York] PHP Warning: PHP Startup: phalcon: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20121212
These options need to match
in Unknown on line 0
Here is how Im building:
cd /usr/local/src/cphalcon-2.1.x/build/php5/64bits/
/opt/cpanel/ea-php55/root/usr/bin/phpize --enable-phalcon --with-php-config=/opt/cpanel/ea-php55/root/usr/bin/php-config
./configure --with-php-config=/opt/cpanel/ea-php55/root/usr/bin/php-config
make
make install
Then adding
vim /opt/cpanel/ea-php55/root/etc/php.d/20-phalcon.ini with extension=phalcon.so in it
in 5.5 it errors out above and 5.6 errors and then segfaults .........
Any ideas from the community how remedy the module version issue?
So I tried to compile for 56 or 55 but Im getting these errors
[19-Apr-2017 11:59:32 America/New_York] PHP Warning: PHP Startup: phalcon: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20121212
These options need to match
in Unknown on line 0
Here is how Im building:
cd /usr/local/src/cphalcon-2.1.x/build/php5/64bits/
/opt/cpanel/ea-php55/root/usr/bin/phpize --enable-phalcon --with-php-config=/opt/cpanel/ea-php55/root/usr/bin/php-config
./configure --with-php-config=/opt/cpanel/ea-php55/root/usr/bin/php-config
make
make install
Then adding
vim /opt/cpanel/ea-php55/root/etc/php.d/20-phalcon.ini with extension=phalcon.so in it
in 5.5 it errors out above and 5.6 errors and then segfaults .........
Any ideas from the community how remedy the module version issue?