现在大部分的aliyun上的php版本是5.3.3,自己编译了5.4.4之后,直接运行cphalcon的./configure 是有问题的,最好的方法是:
cd cphalcon/ext
make clean
phpize
./configuration
make && sudo make install
现在大部分的aliyun上的php版本是5.3.3,自己编译了5.4.4之后,直接运行cphalcon的./configure 是有问题的,最好的方法是:
cd cphalcon/ext
make clean
phpize
./configuration
make && sudo make install