From 7262ed1b8c5b4bad0c1b1fdbc4293ab053842720 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jul 2025 15:10:51 +0200 Subject: update to 8.5.0alpha2 --- php.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php.ini') diff --git a/php.ini b/php.ini index 12aa598..e2eb43e 100644 --- a/php.ini +++ b/php.ini @@ -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 ; ;;;;;;;;;;;;;;;;; -- cgit