wdcp如何升级php版本

2016-12-14 19:10:45 6298

方法一:

(1)下载解压

  wget -c http://www.landui.com:5180/soft/php-5.3.10.tar.gz  (其他下载地址:http://www.landui.com/)

  tar zxvf php-5.3.10.tar.gz

 cd php-5.3.10

(2)编译安装

  ./configure --prefix=/www/wdlinux/php-5.3.10 --with-config-file-path=/www/wdlinux/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 --with-apxs2=/www/wdlinux/apache/bin/apxs

  make

  make install

(3)备份关联

  mv /www/wdlinux/php /www/wdlinux/php.bak 备份之前的php文件夹连接文件

  ln -s /www/wdlinux/php-5.3.10 /www/wdlinux/php  软连接ph5.3文件夹到php

  service httpd restart

(4)完成

注意

(1).make时如果出现make: *** [ext/iconv/iconv.lo] Error 1 错误说明iconv库没有安装需要单独装一下iconv,操作如下

wget http://www.landui.com/in/iconv_ins.sh

chmod +x iconv_ins.sh

sh iconv_ins.sh

(2).php版本仅用5.3.10为例,实际上就是下载个新的php版本替代之前的,如果换其他版本的php找到下载地址并粘贴到wget后的路径即可

方法二:

wget http://www.landui.com/wdcp/php_up53.sh

sh php_up53.sh


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: