好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

apt安装php5.3环境的方法

wget http://in1.php.net/distributions/php-5.3.29.tar.bz2
tar -xvf php-5.3.29.tar.bz2
cd php-5.3.29
./configure
make
make test # Neither mandatory nor a bad idea.
sudo make install

——————————————

如果在使用make命令时提示错误,使用

sudo apt-get install libxml2-dev

然后再从make开始执行命令。

以上就是apt安装php5.3环境的方法的详细内容!

查看更多关于apt安装php5.3环境的方法的详细内容...

  阅读:51次