Can you please tell how to install PhalconPHP on CentOS?
sudo yum install php5-dev php5-mysql gcc
sudo yum install git-core
git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install
To fix "phpize: command not found"
Try: yum -y install php-devel and do sudo ./install again after that. Make sure you are still in the right directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With