Hi there,
I recently discovered phalcon and I want to use it for my BA-exam (devel. a software). Installing it in a Windows XAMPP-Server is easy going. But I develop under Linux Mint 17. So I just followed the instructions at the download-section and everything is fine.
Before I installed all required software, apache2, mysql and php5 are running.
I inserted "extension=phalcon.so" to "/etc/php5/cli/php.ini" and restarted the apache2. But the extension wasn't loaded - output of phpinfo(); So I inserted "extension=phalcon.so" also to "/etc/php5/apache2/php.ini" and restarted apache2. But the extension wasn't loaded, too.
Now I need your help. Where is the mistake?
It's a new and clean Mint 17 - Installation (running in VirtualBox). Only installed Oracles Java SDK and Netbeans 8.
Thanks for your help!