Home  >  Article  >  Backend Development  >  php5.2更新到5.4出问题了

php5.2更新到5.4出问题了

WBOY
WBOYOriginal
2016-06-23 14:26:44737browse

网站很多函数有问题 
我可以去哪里系统的查看是那些函数更改了?也就是跟新内容!


回复讨论(解决方案)

所有的新增错误都可通过
error_reporting(E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED );
回避!

每个版本的发版说明中都罗列的被改变的地方



global-register部分函数是什么?

所有的新增错误都可通过
error_reporting(E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED );
回避!

每个版本的发版说明中都罗列的被改变的地方
问下  global-register部分函数是什么? 

谢了 搞定了

Statement:
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