Skip to content

Commit 313a2c3

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 2dd3b62 + 41a94d8 commit 313a2c3

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

patches/8.3/aspell.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ See: https://github.com/php/php-src/pull/12017
3232
6 files changed, 114 insertions(+), 129 deletions(-)
3333

3434
diff --git a/.github/actions/apt-x32/action.yml b/.github/actions/apt-x32/action.yml
35-
index 879300f9927..de820684fb2 100644
35+
index 0147b15cfcf..e12dfefbb9e 100644
3636
--- a/.github/actions/apt-x32/action.yml
3737
+++ b/.github/actions/apt-x32/action.yml
38-
@@ -31,7 +31,6 @@ runs:
38+
@@ -33,7 +33,6 @@ runs:
3939
libonig-dev:i386 \
4040
libpng-dev:i386 \
4141
libpq-dev:i386 \
@@ -44,10 +44,10 @@ index 879300f9927..de820684fb2 100644
4444
libsasl2-dev:i386 \
4545
libsodium-dev:i386 \
4646
diff --git a/.github/actions/apt-x64/action.yml b/.github/actions/apt-x64/action.yml
47-
index bc2aa00df20..739abf8fe50 100644
47+
index 98c7003175d..145d9484465 100644
4848
--- a/.github/actions/apt-x64/action.yml
4949
+++ b/.github/actions/apt-x64/action.yml
50-
@@ -34,7 +34,6 @@ runs:
50+
@@ -36,7 +36,6 @@ runs:
5151
libenchant-2-dev \
5252
libaspell-dev \
5353
libbz2-dev \

patches/8.3/cmake.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ index 7911bf8490b..1d9b530947e 100644
2828
indent_style = space
2929

3030
diff --git a/.gitignore b/.gitignore
31-
index 4e95d9a9da3..c109a4296a5 100644
31+
index cd9ba81306f..a7f1e921dff 100644
3232
--- a/.gitignore
3333
+++ b/.gitignore
34-
@@ -156,6 +156,7 @@ php
34+
@@ -157,6 +157,7 @@ php
3535
# ------------------------------------------------------------------------------
3636
/ext/json/json_parser.tab.h
3737
/ext/json/json_parser.tab.c
3838
+/ext/json/json_parser.output
3939
/sapi/phpdbg/phpdbg_parser.c
4040
/sapi/phpdbg/phpdbg_parser.h
4141
/sapi/phpdbg/phpdbg_parser.output
42-
@@ -299,9 +300,58 @@ tmp-php.ini
42+
@@ -300,9 +301,58 @@ tmp-php.ini
4343
# ------------------------------------------------------------------------------
4444
/ext/standard/tests/helpers/bad_cmd.exe
4545

patches/8.4/cmake.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ index 7911bf8490b..1d9b530947e 100644
2828
indent_style = space
2929

3030
diff --git a/.gitignore b/.gitignore
31-
index 91120a5fa6b..1af59c1eaac 100644
31+
index 46193d0ba02..72f9be10bca 100644
3232
--- a/.gitignore
3333
+++ b/.gitignore
34-
@@ -155,6 +155,7 @@ php
34+
@@ -156,6 +156,7 @@ php
3535
# ------------------------------------------------------------------------------
3636
/ext/json/json_parser.tab.h
3737
/ext/json/json_parser.tab.c
3838
+/ext/json/json_parser.output
3939
/sapi/phpdbg/phpdbg_parser.c
4040
/sapi/phpdbg/phpdbg_parser.h
4141
/sapi/phpdbg/phpdbg_parser.output
42-
@@ -298,9 +299,58 @@ tmp-php.ini
42+
@@ -299,9 +300,58 @@ tmp-php.ini
4343
# ------------------------------------------------------------------------------
4444
/ext/standard/tests/helpers/bad_cmd.exe
4545

patches/8.5/cmake.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ index 19be96087d9..58a83dfb688 100644
2828
indent_style = space
2929

3030
diff --git a/.gitignore b/.gitignore
31-
index 1e92e88fb77..9e5d1c51cff 100644
31+
index b76b5a787ca..56a680b827b 100644
3232
--- a/.gitignore
3333
+++ b/.gitignore
34-
@@ -155,6 +155,7 @@ php
34+
@@ -156,6 +156,7 @@ php
3535
# ------------------------------------------------------------------------------
3636
/ext/json/json_parser.tab.h
3737
/ext/json/json_parser.tab.c
3838
+/ext/json/json_parser.output
3939
/sapi/phpdbg/phpdbg_parser.c
4040
/sapi/phpdbg/phpdbg_parser.h
4141
/sapi/phpdbg/phpdbg_parser.output
42-
@@ -306,9 +307,58 @@ tmp-php.ini
42+
@@ -307,9 +308,58 @@ tmp-php.ini
4343
# ------------------------------------------------------------------------------
4444
/ext/standard/tests/helpers/bad_cmd.exe
4545

@@ -153,10 +153,10 @@ index e691bd3964b..191fcd70eb5 100644
153153
+CMakeLists.txt.user
154154
+CMakeScripts/
155155
diff --git a/run-tests.php b/run-tests.php
156-
index 03616272567..2d7558391eb 100755
156+
index 171f6e2e5b6..ab664630f07 100755
157157
--- a/run-tests.php
158158
+++ 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
160160
<?php
161161
$exts = get_loaded_extensions();
162162
$ext_dir = ini_get('extension_dir');
@@ -173,7 +173,7 @@ index 03616272567..2d7558391eb 100755
173173
}
174174
}
175175
}
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
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 03616272567..2d7558391eb 100755
182182

183183
if (!IS_WINDOWS) {
184184
/* 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
186186
}
187187

188188
/* Always use the generated libtool - Mac OSX uses 'glibtool' */
@@ -193,7 +193,7 @@ index 03616272567..2d7558391eb 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-
@@ -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
197197
}
198198

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

patches/8.5/dmalloc.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See: https://github.com/php/php-src/pull/8465
1010
1 file changed, 2 insertions(+), 1 deletion(-)
1111

1212
diff --git a/sapi/cli/php_cli_server.c b/sapi/cli/php_cli_server.c
13-
index b7e3e5fa1be..d1c9a3ea22b 100644
13+
index 92c6ecbdfb5..572c23ad05f 100644
1414
--- a/sapi/cli/php_cli_server.c
1515
+++ b/sapi/cli/php_cli_server.c
1616
@@ -15,6 +15,8 @@

patches/8.5/docs.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with PHP.
88
1 file changed, 22 insertions(+)
99

1010
diff --git a/README.md b/README.md
11-
index 39c6b89fbbd..d855768366f 100644
11+
index 5b8ec6f0d7d..cb4955e2cf3 100644
1212
--- a/README.md
1313
+++ b/README.md
1414
@@ -35,8 +35,30 @@ For other systems, see the [installation chapter](https://www.php.net/install).

0 commit comments

Comments
 (0)