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
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;;;;;;;;;;;;;;;;;
Original file line number Diff line number Diff 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;;;;;;;;;;;;;;;;;
You can’t perform that action at this time.
0 commit comments