在PHP中显示错误php.ini文件接近
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在PHP中显示错误php.ini文件接近相关的知识,希望对你有一定的参考价值。
How to display php errors in the browser for debugging when you don't have access to the servers php.ini file or the servers log files. Insert the below PHP code into the PHP file you want to debug, then this will report all PHP errors to the browser when accessing the PHP page. error_reporting(E_ALL); ini_set("display_errors", 1);
以上是关于在PHP中显示错误php.ini文件接近的主要内容,如果未能解决你的问题,请参考以下文章
我需要在文件“/etc/php5/apache2/php.ini”中更改哪些内容以显示错误、警告、异常?我应该如何保存我所做的更改?
php文件上传在php.ini中都设置了 post为150M 上传100M 时间设置0,为啥我上传5M文件还是显示错误1,