apt安裝php5.3環境的方法:先執行指令「sudo apt-get install libxml2-dev」;然後再從make開始執行指令即可。
推薦:《PHP影片教學》
在ubuntu 16.04安裝PHP 5.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環境的方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!