Home > Backend Development > PHP Tutorial > PHPNOW如何升级PHP

PHPNOW如何升级PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:50:28
Original
1314 people have browsed it

现在自带的是5.2版本的,我想无痛升级到5.3,有什么办法么。

回复内容:

现在自带的是5.2版本的,我想无痛升级到5.3,有什么办法么。

升级 5.3 什么的 ... 太小家子气了 ... 我们来讨论一下如何升级 5.4 吧 ...

感觉上应该很容易 ... 只是我手边没有 windows 的机器 ... 现装了虚拟机测试的 ...

PHPNow 版本是 PHPNow-1.5.6 ... 安装的时候选择 Apache 2.2 ... MySQL 版本无所谓 ...

php 版本是 php-5.4.14-Win32-VC9-x86 ...

额外需要 Visual C++ Redistributable for Visual Studio 2008 SP1 ...

可以在 php 的下载页面左侧找到 ...

一切准备就绪之后把 php 解压在 PHPNow 的安装目录下 ... 目录名随便 ... 比如叫 php54 好了 ...

修改 %PHPNow_Path%/Apache-22/conf/httpd.conf ... 最下面 ...

把两个 php-5.2.14-Win32 替换成我们的目录比如 php54 ...

再复制 %PHPNow_Path%/php-5.2.14-Win32/php-apache2handler.ini 到我们的目录 php54 下面 ...

然后启动 PHPNow 就可以了 ...

启动的时候 Apache 会报错 ... 没细去研究那个错误但看来不影响使用 ... 截图如下 ...

PHPNOW如何升级PHP

恩恩就是这样 ... 整个过程其实挺好操作的 ... 不知道你遇到什么问题了呢 ..?

换个吧...

XAMPP不好吗?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template