php5.3升級指令碼

ap0581w9c發表於2014-02-12

在lanmp/wdcp/wdOS的當前版本中,預設的php都是用到5.2.17的版本
如需要升級到php5.3的,可使用如下指令碼升級
(注:此升級無安全漏洞等原因,只為某些追求高版本或應用需求需要高版本,對於無這個必要的同學,可不用升級)

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

看到”php update is OK”提示
表示,順利完成

如有錯誤或不行,將問題反饋上來
備註:
該升級只是升級PHP的版本,相應的zend,eaccelerator沒有升級
且zend opt從php5.3開始已不再支援,也就是說有用到zend opt的,就不要升級了,否則只會瞎折騰
不過可以使用Zend Guard Loader
安裝
wget http://down.wdlinux.cn/in/ZendGL_ins.sh
sh ZendGL_ins.sh

eaccelerator也只要最新的0.9.6.1版本
安裝
wget http://down.wdlinux.cn/in/eac0961_ins.sh
sh eac0961_ins.sh

 

 

解決阿里雲安裝PHP5.3上遇到: virtual memory exhausted: Cannot allocate memory

修改php_up53.sh

make clean
./configure –prefix=/www/wdlinux/apache_php-${Ver} –with-config-file-path=/www/wdlinux/apache_php-${Ver}/etc –with-mysql=/www/wdlinux/mysql –with-iconv=/usr –with-freetype-dir –with-jpeg-dir –with-png-dir –with-zlib –with-libxml-dir=/usr –enable-xml –disable-rpath –enable-inline-optimization –with-curl –enable-mbregex –enable-mbstring –with-mcrypt=/usr –with-gd –enable-gd-native-ttf –with-openssl –with-mhash –enable-ftp –enable-sockets –enable-zip –with-apxs2=/www/wdlinux/apache/bin/apxs –disable-fileinfo


相關文章