I am trying to install Phalcon on my vServer. The problem is that I have installed correctly as it is instructed on website, when i list php -m Phalcon is on that list but if I tried to run website I get an error "Class Phalcon... not loaded"
Also I can't see Phalcon on phpinfo(); page.
I am using CentOS 6.6 PHP 5.4.42 (cli) (built: Jun 10 2015 14:19:12)
phalcon.so is located in /usl/lib64/php/modules
in /etc/ folder I have two folders /php.d and /php-zts.d I puted in both folders phalcon.ini with extension=phalcon.so in it I have also tried to name that file 50-phalcon.ini but all the same.
What confuses me is that every other file doesn't have number before it like 20-pdo.ini, only pho.ini
How can I fix this problem?