[skip ci] Add fatal_error_backtraces to php.ini templates (GH-19099)

This commit is contained in:
Ilija Tovilo 2025-07-12 19:28:48 +02:00 committed by GitHub
parent 9460dbe906
commit a402edac1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -620,6 +620,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 ;
;;;;;;;;;;;;;;;;;

View file

@ -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 ;
;;;;;;;;;;;;;;;;;