Skip to content

Commit 0a2e827

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 5ab63b3 + 919078b commit 0a2e827

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

patches/8.5/cmake.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ index e691bd3964..c4077b0a8d 100644
122122
+CMakeScripts/
123123
+/TryRunResults.cmake
124124
diff --git a/run-tests.php b/run-tests.php
125-
index bd03a7f882..9b950396f8 100755
125+
index 7ab158bce5..ee1c35f2fb 100755
126126
--- a/run-tests.php
127127
+++ b/run-tests.php
128-
@@ -865,10 +865,12 @@ function write_information(array $user_tests, $phpdbg): void
128+
@@ -848,10 +848,12 @@ function write_information(array $user_tests, $phpdbg): void
129129
<?php
130130
$exts = get_loaded_extensions();
131131
$ext_dir = ini_get('extension_dir');
@@ -142,7 +142,7 @@ index bd03a7f882..9b950396f8 100755
142142
}
143143
}
144144
}
145-
@@ -957,7 +959,7 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
145+
@@ -940,7 +942,7 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
146146

147147
$failed_tests_data .= "\n" . $sep . 'BUILD ENVIRONMENT' . $sep;
148148
$failed_tests_data .= "OS:\n" . PHP_OS . " - " . php_uname() . "\n\n";
@@ -151,7 +151,7 @@ index bd03a7f882..9b950396f8 100755
151151

152152
if (!IS_WINDOWS) {
153153
/* If PHP_AUTOCONF is set, use it; otherwise, use 'autoconf'. */
154-
@@ -968,7 +970,9 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
154+
@@ -951,7 +953,9 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
155155
}
156156

157157
/* Always use the generated libtool - Mac OSX uses 'glibtool' */
@@ -162,7 +162,7 @@ index bd03a7f882..9b950396f8 100755
162162

163163
/* Use shtool to find out if there is glibtool present (MacOSX) */
164164
$sys_libtool_path = shell_exec(__DIR__ . '/build/shtool path glibtool libtool');
165-
@@ -990,9 +994,17 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
165+
@@ -973,9 +977,17 @@ function save_results(string $output_file, bool $prompt_to_save_results): void
166166
}
167167

168168
$ldd = shell_exec("ldd $php 2>/dev/null");

0 commit comments

Comments
 (0)