Skip to content

Commit 7ea257d

Browse files
committed
Update php.ini
1 parent c2ca524 commit 7ea257d

File tree

1 file changed

+1
-1
lines changed
  • modules/PHP-8.4-FCGI/ospanel_data/default/templates

1 file changed

+1
-1
lines changed

modules/PHP-8.4-FCGI/ospanel_data/default/templates/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ upload_tmp_dir = "{root_dir}/temp/upload"
4747
;error_append_string =
4848
error_log = "{root_dir}/logs/{module_name}/php_error.log"
4949
;error_prepend_string =
50-
error_reporting = E_ALL & ~E_NOTICE
50+
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
5151
;html_errors = On
5252
;ignore_repeated_errors = Off
5353
;ignore_repeated_source = Off

0 commit comments

Comments
 (0)