Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法在我的 mac 的 Apache 上查看 PHP 错误,因为每次我从 php.ini 文件更改为 display_error On 时。但是当我重新启动并打开 php.info 文件时,它仍然显示 display_error Off。搜索所有 php.ini 文件并将所有关闭更改为打开,但结果仍然相同。请帮忙
使用error_reporting(); 在 PHP 主文件的开头。它将忽略 php.ini 并遵守您在此处设置的错误级别。
另外,在您对其进行更改之前,请检查您的 php.ini 是否未被使用/锁定?