File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -620,6 +620,12 @@ report_memleaks = On
620
620
; Development value: 0
621
621
; Production value: 0
622
622
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
+
623
629
;;;;;;;;;;;;;;;;;
624
630
; Data Handling ;
625
631
;;;;;;;;;;;;;;;;;
Original file line number Diff line number Diff line change @@ -622,6 +622,12 @@ report_memleaks = On
622
622
; Development value: 0
623
623
; Production value: 0
624
624
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
+
625
631
;;;;;;;;;;;;;;;;;
626
632
; Data Handling ;
627
633
;;;;;;;;;;;;;;;;;
You can’t perform that action at this time.
0 commit comments