Skip to content

Commit a402eda

Browse files
authored
[skip ci] Add fatal_error_backtraces to php.ini templates (GH-19099)
1 parent 9460dbe commit a402eda

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

php.ini-development

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,12 @@ report_memleaks = On
620620
; Development value: 0
621621
; Production value: 0
622622

623+
; This directive controls whether PHP will output the backtrace of fatal errors.
624+
; Default Value: On
625+
; Development Value: On
626+
; Production Value: On
627+
;fatal_error_backtraces = On
628+
623629
;;;;;;;;;;;;;;;;;
624630
; Data Handling ;
625631
;;;;;;;;;;;;;;;;;

php.ini-production

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,12 @@ report_memleaks = On
622622
; Development value: 0
623623
; Production value: 0
624624

625+
; This directive controls whether PHP will output the backtrace of fatal errors.
626+
; Default Value: On
627+
; Development Value: On
628+
; Production Value: On
629+
;fatal_error_backtraces = On
630+
625631
;;;;;;;;;;;;;;;;;
626632
; Data Handling ;
627633
;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)