From 7631d25dd20022e0ace7ca43a4a161567176c065 Mon Sep 17 00:00:00 2001 From: Paulo Magalhaes Date: Sun, 30 Nov 2025 18:16:30 +0000 Subject: [PATCH] Drop use E_STRICT --- tests/bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 2bb1704da..f40bfca0b 100755 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -6,7 +6,6 @@ // More info about that: http://bugs.php.net/bugs-generating-backtrace-win32.php //sleep(10); -error_reporting(E_ALL | E_STRICT); ini_set('max_execution_time', 900); ini_set('date.timezone', 'GMT+0');