且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

关于 PHP 错误 Apache 给出 500 错误

更新时间:2023-11-19 21:24:16

使用以下 PHP 代码启用错误报告:

Enable error reporting using the following PHP code:

 ini_set('display_errors','On');
 error_reporting(E_ALL);

PHP 文档