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

Installing on Ubuntu 14.04

Steps mentioned in official docu, to create file 30-phalcon.ini in /etc/php.d folder (which doesn't exist pre default.) didn't work for me.

What worked is creating the file (I named it just phalcon.ini.) with the same content 'extension=phalcon.so', in /etc/php5/mods-available, and then running:

sudo php5enmod phalcon

You utter beauty. I was knocking my pan out over this all day yesterday. Thanks for the tip - worked for me.

Was just searching the forums to see if others were having this same issue. Was going to just put together a pull request, but wanted to make sure. Thanks for sharing @d-3-n and @sparkietm.



60

Excellent. Thanks!

edited Nov '14

This worked great. I put my (compiled) phalcon.so file in the default extension_dir directory of my PHP instalation (/usr/lib/php5/20121212) found from my PHPINFO file.



7.4k

Gracias!! por fin iniciĆ³

This worked for me, thank you :D