mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[skip ci] Add fatal_error_backtraces to php.ini templates (GH-19099)
This commit is contained in:
@@ -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 ;
|
||||
;;;;;;;;;;;;;;;;;
|
||||
|
||||
@@ -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 ;
|
||||
;;;;;;;;;;;;;;;;;
|
||||
|
||||
Reference in New Issue
Block a user