Update PHP to 5.3 tutorial WDCP environment, wdcp5.3
In the current version of Lanmp/wdcp/wdos, the default PHP is the 5.2.17 version
If you need to upgrade to php5.3, you can use the following script to upgrade
( Note: This upgrade is not a security vulnerability, and so on, only for some of the pursuit of high-version or application needs of a high version, for the students without this need to upgrade)
wget http://down.wdlinux.cn/in/php_up53.sh
SH php_up53.sh
See the "PHP update is OK" prompt
said that the successful completion
If there are errors or not, feedback the questions
Note:
This upgrade is only a version of PHP upgrade, the corresponding Zend,eaccelerator is not upgraded
and Zend opt from the beginning of php5.3 is no longer supported, that is, useful to Zend Opt, do not upgrade, otherwise only will be blind toss
However, you can use Zend Guard Loader
Installation
wget http://down.wdlinux.cn/in/ZendGL_ins.sh
SH zendgl_ins.sh
Eaccelerator also as long as the latest 0.9.6.1 Version
Installation
wget http://down.wdlinux.cn/in/eac0961_ins.sh
SH eac0961_ins.sh
http://www.bkjia.com/PHPjc/1106392.html www.bkjia.com true http://www.bkjia.com/PHPjc/1106392.html techarticle WDCP Environment Update PHP to 5.3 tutorial, wdcp5.3 in the current version of Lanmp/wdcp/wdos, the default PHP is used to 5.2.17 version if you need to upgrade to php5.3, you can use the following script upgrade (note ... )