Skip to content

Commit 43f1d7b

Browse files
authored
Merge pull request #6084 from WPprodigy/fix/display-errors-stderr
2 parents 8717a02 + 401e98e commit 43f1d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/utils-wp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function wp_debug_mode() {
8787
}
8888

8989
// XDebug already sends errors to STDERR.
90-
ini_set( 'display_errors', function_exists( 'xdebug_debug_zval' ) ? false : 'STDERR' );
90+
ini_set( 'display_errors', function_exists( 'xdebug_debug_zval' ) ? false : 'stderr' );
9191
}
9292
// phpcs:enable
9393

0 commit comments

Comments
 (0)