1
0
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:
Ilija Tovilo
2025-07-12 19:28:48 +02:00
committed by GitHub
parent 9460dbe906
commit a402edac1a
2 changed files with 12 additions and 0 deletions

View File

@@ -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 ;
;;;;;;;;;;;;;;;;;

View File

@@ -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 ;
;;;;;;;;;;;;;;;;;