WAMPSERVER - 仅将 PHP 版本从 5.4.3 升级到 5.5.4

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19178900/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 18:58:07  来源:igfitidea点击:

WAMPSERVER - Only upgrade PHP Version from 5.4.3 to 5.5.4

phpwampserverphp-5.5

提问by user2845577

Can i upgrade the PHP version under wampserver instead of whole? Because current latest version of wampserver gives 5.4.3 version, but the latest version of php is 5.5.4.

我可以在 wampserver 下升级 PHP 版本而不是整个版本吗?因为wampserver目前最新版本是5.4.3版本,而php最新版本是5.5.4。

How can i upgrade it?

我怎样才能升级它?

EDIT :

编辑 :

Wampserver provides either 5.4.3 or older version. What I'm trying to do is Download latest PHP version from php's official site and than copy that into the wampserver. So that i can select toggle between newer and older version.

Wampserver 提供 5.4.3 或更旧的版本。我想要做的是从 php 的官方网站下载最新的 PHP 版本,然后将其复制到 wampserver 中。这样我就可以选择在新版本和旧版本之间切换。

This is how wampserver control panel will look like after adding a version of php http://i.stack.imgur.com/0pOx3.pnghttp://i.stack.imgur.com/joSf3.png

这是添加 php 版本后 wampserver 控制面板的样子 http://i.stack.imgur.com/0pOx3.png http://i.stack.imgur.com/joSf3.png

I GOT MY ANSWER :

我得到了答案:

A type of handler is required to handle PHP 5.5, which is not built current handler supports 5.4 < versions. The handler is provided by IONCUBE.

需要一种处理程序来处理 PHP 5.5,当前处理程序不支持 5.4 < 版本。处理程序由 IONCUBE 提供。

This is what i found -

这是我发现的 -

"Ioncube for PHP5.5 is not yet released as of 13/09/2013, they say they are waiting for PHP 5.5 to become stable and secure and hosting providers to adopt PHP 5.5 before they release their upgrade. They comment that it can take a year or more for hosting companies to adopt new versions of PHP and this I guess is their schedule."

" 2013 年 9 月 13 日,用于 PHP5.5 的 Ioncube 尚未发布,他们说他们正在等待 PHP 5.5 变得稳定和安全,并且托管提供商在发布升级之前采用 PHP 5.5。他们评论说这可能需要一年或更长时间让托管公司采用新版本的 PHP,我想这是他们的时间表。

Thanks https://stackoverflow.com/users/2310830/riggsfolly!!

谢谢https://stackoverflow.com/users/2310830/riggsfolly!!

Thank you all for active commenting and help!

感谢大家的积极评论和帮助!

回答by RiggsFolly

Check out this thread on the wampserver.com forum site

在 wampserver.com 论坛站点上查看此主题

HOW TO MANUALLY INSTALL A NEW RELEASE OF PHP INTO THE WAMP ENVIRONMENT

如何将新版本的 PHP 手动安装到 WAMP 环境中

回答by Kasper Franz

You can find the versions of PHP addons on wamps page

您可以在wamps 页面上找到 PHP 插件的版本

Where you can download and install them from.

您可以从哪里下载和安装它们。