开发者

Php compatibility question

I am trying to run cimyadmin(http://cimyadmin.net/) but i am getting a lot of helper depreciation errors and after looking around the web for answers i am convinced its a php issue.Is th开发者_JAVA技巧ere a way to run php 5.0.2 or earlier but not less than php 5 code on latest distributions of php.


Edit your php.ini file and look for error_reporting directive, and replace it with this :

error_reporting = E_ALL & ~E_DEPRECATED
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜