闲来无事,就把lnmp的php升级到php-5.2.17最新稳定版本
本教程主要是对安装了lnmp一键安装包的用户,从php-5.2.16升级到php-5.2.17最新稳定版本."O#O2~$\1@#p%T4F
①准备工作,需要下载php-5.2.17.tar.gz,suhosin-patch-5.2.17-0.9.7.patch.gz,php-5.2.17-fpm-0.5.14.diff.gz
②登陆你的SSH,d(M+T}:?9[c
cdlnmp0.5
复制代码
- wget http://cn2.php.net/get/php-5.2.17.tar.gz/from/cn.php.net/mirror
复制代码
- wget http://php-fpm.org/downloads/php-5.2.17-fpm-0.5.14.diff.gz[url=http://php-fpm.org/downloads/php-5.2.17-fpm-0.5.14.diff.gz
复制代码
- wget https://api.opensuse.org/public/source/home:Taylor925:branches:home:Taylor925:branches:home:csbuild:Apache/php5/suhosin-patch-5.2.17-0.9.7.patch.gz
c注意:如果以上文件无法在ssh中下载,建议下载到本地后通过Winscp上传.之后在编译安装升级.1|8o(W+j3t)k6i"^+q
③解压缩下载的文件.%s&U-a"\(c-W+g&{2]4B2Z
复制代码
- tar zxvf php-5.2.17.tar.gd
复制代码
- gzip -d ./suhosin-patch-5.2.17-0.9.7.patch.gz
复制代码
- gzip -cd php-5.2.17-fpm-0.5.14.diff.gz | patch -d php-5.2.17 -p1
复制代码
- cd php-5.2.17/
复制代码
- patch -p 1 -i ../suhosin-patch-5.2.16-0.9.7.patch
④开始编译安装:9K8["e;D:\8Z,{)t
复制代码
- ./buildconf --force
复制代码
- ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --enable-discard-path --enable-magic-quotes --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --with-mime-magic --enable-suhosin
w1K)n+n%K
复制代码
- make install
)l9G(b3A*Z%A
不出意外,便安装成功.4]'m:b,A1C:?
⑤查看下探针发现php-5.2.17就成功了。^
相关推荐
preserve log:勾选,页面发生跳转,接口不丢失;;Disable cache:不使用缓存,勾选,拿服务器的缓存;不勾选,用本地缓存;;All那列,表示浏览器的请求类型,对应下面的列type;
baynkbtg 2020-07-05
xmwang0 2020-06-01
wanghongsha 2019-12-24
edwardhyl 2016-08-21
seaocean 2016-03-03
selt 2012-08-28
hanhan0 2013-03-12
DukeLisa 2016-02-14
wozijisunfly 2018-08-04
skuldjf 2010-01-30
87550597 2009-11-19
ipromiser 2019-04-16