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

v1.3.4 phalcon.so 3M while v2.x 30M, is that normal?

OS centos 6.5



98.9k

How did you compile Phalcon 2, if you used ./install-test then it's normal



29.1k
edited Jun '15
wget https://github.com/phalcon/cphalcon/archive/phalcon-v2.0.3.tar.gz -O cphalcon.tar.gz
tar xvf cphalcon.tar.gz
cd cphalcon-2.0.3/build
./install


34.6k
Accepted
answer

Same OS and same installation mode gives me:

[[email protected] ~]# ls -lh /usr/lib64/php/modules/phalcon*
-rwxr-xr-x 1 root root 3.8M May 26 13:29 phalcon.so


29.1k

re-compiled, it's OK now, thanks.