OS centos 6.5
How did you compile Phalcon 2, if you used ./install-test then it's normal
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
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
re-compiled, it's OK now, thanks.