简体   繁体   English

将我的PHP版本从5.2.3升级到5.5.9

[英]upgrade my PHP version from 5.2.3 to 5.5.9

I want to upgrade my PHP version from 5.2.3 to 5.5.9. 我想将我的PHP版本从5.2.3升级到5.5.9。 I want to know what are the major problems involved with the functionality after upgradation . 我想知道升级后与该功能有关的主要问题是什么。 My PHP is running in WAMP server. 我的PHP在WAMP服务器中运行。

Thanks in advance 提前致谢

The short answer is that yes, your code could break so you should test it. 简短的答案是,是的,您的代码可能会中断,因此您应该对其进行测试。

Here's the list of Backward Incompatible Changes from PHP 5.2 to 5.3 这是从PHP 5.2到5.3的向后不兼容更改的列表

And here's the list of Backward Incompatible Changes from PHP 5.3 to 5.4 这是从PHP 5.3到5.4的向后不兼容更改的列表

And here's the list of Backward Incompatible Changes from PHP 5.4 to 5.5 这是从PHP 5.4到5.5的向后不兼容更改的列表

Read each of these and see if you're using any of those functions in the ways described. 阅读这些内容,看看您是否按照所述方式使用了这些功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM