【发布时间】:2022-12-06 20:18:34
【问题描述】:
这是我的 php 文件:
<?php
error_reporting(E_ALL ^ E_DEPRECATED); ini_set('display_errors', '1');
这是我的 .htaccess:
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
我仍然在我的页面上看到已弃用的消息。我怎样才能删除它们?
【问题讨论】:
-
我宁愿建议你考虑升级。
标签: php error-handling deprecated