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

Phalconphp upgrade from 1.2.6 to 1.3.1

I have phpstorm 1.2.6 it's working. I can want use Phalcon\Image\Adapter\GD and remove cphalcon folder and mypath/phalcon.so and sudo apt-get install php5-dev php5-mysql gcc

git clone --depth=1 git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install

its done succesfully.. created /mypath/phalcon.so and mypath/php.ini extension=phalcon.so everythins is ok.

but my phpinfo(); page I can't see it So it's not working.



506
edited May '14

From the docs: Phalcon automatically detects your architecture, however, you can force the compilation for a specific architecture:

cd cphalon/build
sudo ./install 32bits
sudo ./install 64bits
sudo ./install safe


1.9k

I've tried them all. It's not working



1.9k
Accepted
answer

SOLVED :) https://forum.phalcon.io/discussion/1844/problems-after-updating-to-phalcon-1-3-0 Try creating a file at /etc/php5/fpm/conf.d/30-phalcon.ini with extension=phalcon.so