Home  >  Article  >  Backend Development  >  Tutorial on updating PHP to 5.3 in wdcp environment, wdcp5.3_PHP tutorial

Tutorial on updating PHP to 5.3 in wdcp environment, wdcp5.3_PHP tutorial

WBOY
WBOYOriginal
2016-07-12 08:57:49895browse

Tutorial on updating PHP to 5.3 in wdcp environment, wdcp5.3

In the current version of lanmp/wdcp/wdOS, the default PHP version is 5.2.17
If you need to upgrade to php5.3, you can use the following script to upgrade
(Note: There are no security holes or other reasons for this upgrade. It is only for some pursuit of a higher version or application needs that require a higher version. For those who do not This necessary classmate does not need to upgrade )

wget http://down.wdlinux.cn/in/php_up53.sh
sh php_up53.sh

See" php update is OK" prompt
means that it was successfully completed

If there are errors or it does not work, please report the problem
Note:
This upgrade only upgrades the version of PHP, and the corresponding zend, eaccelerator There is no upgrade
and zend opt is no longer supported starting from php5.3. In other words, if you are interested in zend opt, don’t upgrade, otherwise you will just mess around
but you can use Zend Guard Loader
to install it.
wget http://down.wdlinux.cn/in/ZendGL_ins.sh
sh ZendGL_ins.sh

eaccelerator also only needs the latest version 0.9.6.1
Install
wget http ://down.wdlinux.cn/in/eac0961_ins.sh
sh eac0961_ins.sh

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1106392.htmlTechArticleTutorial on updating PHP to 5.3 in wdcp environment, wdcp5.3 is the default in the current version of lanmp/wdcp/wdOS All PHP uses version 5.2.17. If you need to upgrade to PHP5.3, you can use the following script to upgrade (Note...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn