We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

php 5.5.14 and phalcon issue

We installed it to our web server and we couldn't get it up and running. I'm currently using php 5.5.14 and openlitespeed. I'm wonder whether there is any compatibility issue or know whether how to to fix this.

I get the following error <b>Warning</b>: PHP Startup: Unable to load dynamic library '/usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20121212/phalcon.so' - /usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20121212/phalcon.so: undefined symbol: output_globals in <b>Unknown</b> on line <b>0</b><br />

here is my phpinfo https://qa.listrapid.com/info.php

any help is appreciated.

edited Jul '14

I think the extension is not installed properly. Maybe something related permissions. Try to reinstall it. Can be also something related to the order the libraries are loaded. Maybe Phalcon ext is trying to use something that is not loaded. Try to reinstall and load the extension as last.



3.8k
edited Jul '14

Phalcon compiles fine, but php does not load the library. I use PHP 5.5.14 and phalcon 1.3.2.

phpinfo - https://www.seitechsoftware.com/test/

Check if you are using the right phpize.



3.8k

The module Easy Apache of cPanel (WHM) have a support for phalcon. Installation is very easy !

How to activate phalcon on easyApache: https://features.cpanel.net/responses/add-support-for-phalconphp-extension-apache-php

Good luke!