From 44465fda8429f7b65d69eb372893056bc718f23e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 19 Mar 2025 23:01:00 +0000 Subject: [PATCH] Build/Test Tools: Revert [60056] pending test failure investigation. See #49953. git-svn-id: https://develop.svn.wordpress.org/trunk@60057 602fd350-edb4-49c9-b593-d223f7449a82 --- tools/local-env/php-config.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/local-env/php-config.ini b/tools/local-env/php-config.ini index 491e162c21..ba5e544d77 100644 --- a/tools/local-env/php-config.ini +++ b/tools/local-env/php-config.ini @@ -2,4 +2,3 @@ display_errors = On error_reporting = -1 upload_max_filesize = 1G post_max_size = 1G -xdebug.start_with_request=yes