diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-15 15:10:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-15 15:10:51 +0200 |
commit | 7262ed1b8c5b4bad0c1b1fdbc4293ab053842720 (patch) | |
tree | f99e05792c7dc262f5d1320afcde9ba61bd34b2c /php.ini | |
parent | 833dba6c7ad156db24f8c6ef254e1547fabb0d35 (diff) |
Diffstat (limited to 'php.ini')
-rw-r--r-- | php.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ; ;;;;;;;;;;;;;;;;; |