经常发现开源代码中很多被PHP5.4抛弃的特性,如何换PHP版本啊

WBOY
Release: 2016-06-13 13:28:38
Original
870 people have browsed it

经常发现开源代码中很多被PHP5.4抛弃的特性,怎么换PHP版本啊?
我装的是WAMP集成环境,倒也是有扩展,但是下载来的扩展安装之后切换,wamp就不能正常使用了。
  是装两个wamp呢?还是自己重新手工搭建PHP的运行环境,如果手工搭建的话能自由切换版本吗

------解决方案--------------------
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
就可以适应一切开源软件
------解决方案--------------------

探讨

问题是新版本的不能使用旧版本的一些东西,哇擦擦,PHP怎么这个样啊,为什么就不能兼容一下旧版本!!!!
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template