且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在winlamp中将php版本5.1.4升级到php 5.3及以上版本

更新时间:2022-05-18 22:57:03

你有两个选择:

1.安装一个新的PHP副本并使httpd.conf指向它...

2.您还可以将新的PHP文件解压缩到原始文件夹 - 保留ini文件!在这种情况下,您可以使用 php -m 命令行查看哪些扩展程序不再仅仅升级它们...

在这两种情况下需要Apache重启!!!
You have two options:
1. Install a fresh copy of PHP and make httpd.conf to point to it
2. You can also extract the new PHP files to your original folder - keep you ini file! In this case you can use php -m command line to see which extensions are no longer working an upgrade only them...
In both cases Apache restart IS required!!!