@@ -28,7 +28,7 @@ index 19be96087d..58a83dfb68 100644
2828 indent_style = space
2929
3030diff --git a/.gitignore b/.gitignore
31- index 52dde98ed4..d698b5a19c 100644
31+ index d8cb25a1a1..9c58a3c847 100644
3232--- a/.gitignore
3333+++ b/.gitignore
3434@@ -152,6 +152,7 @@ php
@@ -39,9 +39,9 @@ index 52dde98ed4..d698b5a19c 100644
3939 /sapi/phpdbg/phpdbg_parser.c
4040 /sapi/phpdbg/phpdbg_parser.h
4141 /sapi/phpdbg/phpdbg_parser.output
42- @@ -290 ,9 +291 ,58 @@ tmp-php.ini
43- /junit.out.xml
44- /.ccache/
42+ @@ -295 ,9 +296 ,58 @@ tmp-php.ini
43+ # ------------------------------------------------------------------------------
44+ /ext/standard/tests/helpers/bad_cmd.exe
4545
4646+ # ------------------------------------------------------------------------------
4747+ # CMake-based build system files
@@ -153,10 +153,10 @@ index e691bd3964..191fcd70eb 100644
153153+ CMakeLists.txt.user
154154+ CMakeScripts/
155155diff --git a/run-tests.php b/run-tests.php
156- index 0ff11c2c95..f64002f185 100755
156+ index 0db6937c7a..47118f6a3f 100755
157157--- a/run-tests.php
158158+++ b/run-tests.php
159- @@ -847 ,10 +847 ,12 @@ function write_information(array $user_tests, $phpdbg): void
159+ @@ -848 ,10 +848 ,12 @@ function write_information(array $user_tests, $phpdbg): void
160160 <?php
161161 $exts = get_loaded_extensions();
162162 $ext_dir = ini_get('extension_dir');
@@ -173,7 +173,7 @@ index 0ff11c2c95..f64002f185 100755
173173 }
174174 }
175175 }
176- @@ -939 ,7 +941 ,7 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
176+ @@ -940 ,7 +942 ,7 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
177177
178178 $failed_tests_data .= "\n" . $sep . 'BUILD ENVIRONMENT' . $sep;
179179 $failed_tests_data .= "OS:\n" . PHP_OS . " - " . php_uname() . "\n\n";
@@ -182,7 +182,7 @@ index 0ff11c2c95..f64002f185 100755
182182
183183 if (!IS_WINDOWS) {
184184 /* If PHP_AUTOCONF is set, use it; otherwise, use 'autoconf'. */
185- @@ -950 ,7 +952 ,9 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
185+ @@ -951 ,7 +953 ,9 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
186186 }
187187
188188 /* Always use the generated libtool - Mac OSX uses 'glibtool' */
@@ -193,7 +193,7 @@ index 0ff11c2c95..f64002f185 100755
193193
194194 /* Use shtool to find out if there is glibtool present (MacOSX) */
195195 $sys_libtool_path = shell_exec(__DIR__ . '/build/shtool path glibtool libtool');
196- @@ -972 ,9 +976 ,17 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
196+ @@ -973 ,9 +977 ,17 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
197197 }
198198
199199 $ldd = shell_exec("ldd $php 2>/dev/null");
0 commit comments