summaryrefslogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-15 15:10:51 +0200
committerRemi Collet <remi@php.net>2025-07-15 15:10:51 +0200
commit7262ed1b8c5b4bad0c1b1fdbc4293ab053842720 (patch)
treef99e05792c7dc262f5d1320afcde9ba61bd34b2c /php.ini
parent833dba6c7ad156db24f8c6ef254e1547fabb0d35 (diff)
update to 8.5.0alpha2HEADmaster
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ini b/php.ini
index 12aa598..e2eb43e 100644
--- a/php.ini
+++ b/php.ini
@@ -622,6 +622,12 @@ report_memleaks = On
; Development value: 0
; Production value: 0
+; This directive controls whether PHP will output the backtrace of fatal errors.
+; Default Value: On
+; Development Value: On
+; Production Value: On
+;fatal_error_backtraces = On
+
;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;