问题描述
我可以升级wampserver下的PHP版本而不是整个版本吗?因为wampserver的当前最新版本提供了5.4.3版本,但是php的最新版本是5.5.4.
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提供5.4.3或更旧的版本.我想做的是从php的官方站点下载最新的PHP版本,然后将其复制到wampserver中.这样我就可以选择在新旧版本之间切换.
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.
这是在添加版本的php后wampserver控制面板的外观 http://i.stack.imgur.com/0pOx3.png http://i.stack.imgur.com/joSf3.png
This is how wampserver control panel will look like after adding a version of phphttp://i.stack.imgur.com/0pOx3.pnghttp://i.stack.imgur.com/joSf3.png
我知道了我的答案:
要处理PHP 5.5,需要一种处理程序,但当前的处理程序支持5.4,这不是内置的.版本.该处理程序由IONCUBE提供.
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.
这是我发现的-
" Ioncube for PHP5.5截至2013年9月13日尚未发布,他们说他们正在等待PHP 5.5变得稳定和安全,并且托管提供商在发布升级之前采用PHP 5.5.他们评论说,托管公司采用新版本的PHP可能需要一年或更长时间,而我想这是他们的时间表."
感谢 https://stackoverflow.com/users/2310830/riggsfolly
谢谢大家的积极评论和帮助!
Thank you all for active commenting and help!
推荐答案
在wampserver.com论坛站点上查看此线程
Check out this thread on the wampserver.com forum site
这篇关于WAMPSERVER-仅将PHP版本从5.4.3升级到5.5.4的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!