为了账号安全,请及时绑定邮箱和手机立即绑定

Linux php5.2.10升级到PHP5.3.29

标签:
PHP

成都这边的程序员要求把PHP从5.2.10版本升级到5.3.29版本。

#cd /Data/App_php/

#wget http://cn2.php.net/get/php-5.3.29.tar.gz/from/this/mirror

#tar -zxvf php-5.3.29.tar.gz

#cd php-5.3.29

#./configure  --prefix=/Data/App_php/php-5.3 --sysconfdir=/Data/App_php/php-5.3/etc --disable-debug --with-bz2 --with-curl --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-gd=shared --enable-gd-native-ttf --with-t1lib=/usr --with-gettext --with-gmp --enable-mbstring=shared --with-openssl --with-pspell --with-zlib --with-system-tzdata --with-mysqli=shared,/usr/bin/mysql_config --enable-soap=shared --with-pdo-mysql=shared,/usr --enable-json=shared --enable-zip=shared --with-mcrypt=shared,/usr --with-mysql=shared,/usr --with-mcrypt --enable-mbstring --disable-rpath --enable-inline-optimization --with-xml --with-dom --with-xmlrpc --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --with-mhash --enable-xslt --enable-memcache --enable-zip --with-pcre-regex --with-mysql=/usr --with-gd --with-jpeg-dir --with-png-dir --with-config-file-path=/Data/App_php/php-5.3/etc --enable-force-cgi-redirect --with-config-file-scan-dir=/Data/App_php/php-5.3/etc/php.d --with-libdir=lib64 --enable-fastcgi --enable-fpm

#make && make install


#/Data/App_php/php-5.3/sbin/php-fpm 

# cd /Data/App_php/php-5.3/etc

# cp php-fpm.conf.default php-fpm.conf

启动新安装的PHP5.3.29

方法1:

#/Data/App_php/php-5.3/sbin/php-fpm 

方法2:

#/Data/App_php/php-5.3/sbin/php-fpm   --fpm --fpm-config/Data/App_php/php-5.3/etc/php-fpm.conf


点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消