gpt4 book ai didi

php - 如何在 .htaccess 文件中禁用 PHP 中的通知和警告?

转载 作者:IT王子 更新时间:2023-10-29 00:58:39 26 4
gpt4 key购买 nike

我只想打开 PHP 错误并禁用 PHP 文件中的所有通知和警告。

最佳答案

这可能不是最好的做法。您至少需要检查您的 PHP 错误日志以了解是否有问题 ;)

# PHP error handling for development servers
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_flag log_errors on
php_flag ignore_repeated_errors off
php_flag ignore_repeated_source off
php_flag report_memleaks on
php_flag track_errors on
php_value docref_root 0
php_value docref_ext 0
php_value error_log /home/path/public_html/domain/PHP_errors.log
php_value error_reporting -1
php_value log_errors_max_len 0

关于php - 如何在 .htaccess 文件中禁用 PHP 中的通知和警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8652933/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com