mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] Add fatal_error_backtraces to php.ini templates (GH-19099)
This commit is contained in:
parent
9460dbe906
commit
a402edac1a
2 changed files with 12 additions and 0 deletions
|
@ -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 ;
|
||||
;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue