@@ -80,10 +80,10 @@ index d54334f599..b879e2a5c3 100644
8080+ # Generated by cmake when cross-compiling if missing cache variables are found
8181+ /TryRunResults.cmake
8282diff --git a/ext/ext_skel.php b/ext/ext_skel.php
83- index ae7a3a987c..62241fff9c 100755
83+ index cd82abb346..84b5fdccfe 100755
8484--- a/ext/ext_skel.php
8585+++ b/ext/ext_skel.php
86- @@ -302 ,6 +302 ,8 @@ function copy_config_scripts() {
86+ @@ -289 ,6 +289 ,8 @@ function copy_config_scripts() {
8787 $files[] = 'config.w32';
8888 }
8989
@@ -123,10 +123,10 @@ index e691bd3964..c4077b0a8d 100644
123123+ CMakeScripts/
124124+ /TryRunResults.cmake
125125diff --git a/run-tests.php b/run-tests.php
126- index 7ab158bce5..ee1c35f2fb 100755
126+ index 258eae1fb2..66996c0908 100755
127127--- a/run-tests.php
128128+++ b/run-tests.php
129- @@ -848 ,10 +848 ,12 @@ function write_information(array $user_tests, $phpdbg): void
129+ @@ -847 ,10 +847 ,12 @@ function write_information(array $user_tests, $phpdbg): void
130130 <?php
131131 $exts = get_loaded_extensions();
132132 $ext_dir = ini_get('extension_dir');
@@ -143,7 +143,7 @@ index 7ab158bce5..ee1c35f2fb 100755
143143 }
144144 }
145145 }
146- @@ -940 ,7 +942 ,7 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
146+ @@ -939 ,7 +941 ,7 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
147147
148148 $failed_tests_data .= "\n" . $sep . 'BUILD ENVIRONMENT' . $sep;
149149 $failed_tests_data .= "OS:\n" . PHP_OS . " - " . php_uname() . "\n\n";
@@ -152,7 +152,7 @@ index 7ab158bce5..ee1c35f2fb 100755
152152
153153 if (!IS_WINDOWS) {
154154 /* If PHP_AUTOCONF is set, use it; otherwise, use 'autoconf'. */
155- @@ -951 ,7 +953 ,9 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
155+ @@ -950 ,7 +952 ,9 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
156156 }
157157
158158 /* Always use the generated libtool - Mac OSX uses 'glibtool' */
@@ -163,7 +163,7 @@ index 7ab158bce5..ee1c35f2fb 100755
163163
164164 /* Use shtool to find out if there is glibtool present (MacOSX) */
165165 $sys_libtool_path = shell_exec(__DIR__ . '/build/shtool path glibtool libtool');
166- @@ -973 ,9 +977 ,17 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
166+ @@ -972 ,9 +976 ,17 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
167167 }
168168
169169 $ldd = shell_exec("ldd $php 2>/dev/null");
0 commit comments