Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你能告诉我如何在 CentOS 上安装 PhalconPHP 吗?
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
修复“phpize:找不到命令”
尝试:yum -y install php-devel然后再做sudo ./install一次。确保您仍在正确的目录中。
yum -y install php-devel
sudo ./install