@@ -28,18 +28,18 @@ index 19be96087d9..58a83dfb688 100644
28
28
indent_style = space
29
29
30
30
diff --git a/.gitignore b/.gitignore
31
- index 1e92e88fb77..9e5d1c51cff 100644
31
+ index b76b5a787ca..56a680b827b 100644
32
32
--- a/.gitignore
33
33
+++ b/.gitignore
34
- @@ -155 ,6 +155 ,7 @@ php
34
+ @@ -156 ,6 +156 ,7 @@ php
35
35
# ------------------------------------------------------------------------------
36
36
/ext/json/json_parser.tab.h
37
37
/ext/json/json_parser.tab.c
38
38
+ /ext/json/json_parser.output
39
39
/sapi/phpdbg/phpdbg_parser.c
40
40
/sapi/phpdbg/phpdbg_parser.h
41
41
/sapi/phpdbg/phpdbg_parser.output
42
- @@ -306 ,9 +307 ,58 @@ tmp-php.ini
42
+ @@ -307 ,9 +308 ,58 @@ tmp-php.ini
43
43
# ------------------------------------------------------------------------------
44
44
/ext/standard/tests/helpers/bad_cmd.exe
45
45
@@ -153,10 +153,10 @@ index e691bd3964b..191fcd70eb5 100644
153
153
+ CMakeLists.txt.user
154
154
+ CMakeScripts/
155
155
diff --git a/run-tests.php b/run-tests.php
156
- index 03616272567..2d7558391eb 100755
156
+ index 171f6e2e5b6..ab664630f07 100755
157
157
--- a/run-tests.php
158
158
+++ b/run-tests.php
159
- @@ -848 ,10 +848 ,12 @@ function write_information(array $user_tests, $phpdbg): void
159
+ @@ -851 ,10 +851 ,12 @@ function write_information(array $user_tests, $phpdbg): void
160
160
<?php
161
161
$exts = get_loaded_extensions();
162
162
$ext_dir = ini_get('extension_dir');
@@ -173,7 +173,7 @@ index 03616272567..2d7558391eb 100755
173
173
}
174
174
}
175
175
}
176
- @@ -940 ,7 +942 ,7 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
176
+ @@ -943 ,7 +945 ,7 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
177
177
178
178
$failed_tests_data .= "\n" . $sep . 'BUILD ENVIRONMENT' . $sep;
179
179
$failed_tests_data .= "OS:\n" . PHP_OS . " - " . php_uname() . "\n\n";
@@ -182,7 +182,7 @@ index 03616272567..2d7558391eb 100755
182
182
183
183
if (!IS_WINDOWS) {
184
184
/* If PHP_AUTOCONF is set, use it; otherwise, use 'autoconf'. */
185
- @@ -951 ,7 +953 ,9 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
185
+ @@ -954 ,7 +956 ,9 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
186
186
}
187
187
188
188
/* Always use the generated libtool - Mac OSX uses 'glibtool' */
@@ -193,7 +193,7 @@ index 03616272567..2d7558391eb 100755
193
193
194
194
/* Use shtool to find out if there is glibtool present (MacOSX) */
195
195
$sys_libtool_path = shell_exec(__DIR__ . '/build/shtool path glibtool libtool');
196
- @@ -973 ,9 +977 ,17 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
196
+ @@ -976 ,9 +980 ,17 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
197
197
}
198
198
199
199
$ldd = shell_exec("ldd $php 2>/dev/null");
0 commit comments