Skip to content

Commit 86e4cd4

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents cbd1dc3 + ef05530 commit 86e4cd4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

patches/8.3/php-config.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ index 142ddf08fd9..e476c42f895 100644
5959

6060
dnl
6161
diff --git a/configure.ac b/configure.ac
62-
index 278dbd110d2..83b2e354112 100644
62+
index 965c0bdd853..9bcc644a766 100644
6363
--- a/configure.ac
6464
+++ b/configure.ac
6565
@@ -1480,6 +1480,9 @@ exec_prefix=$old_exec_prefix

patches/8.4/php-config.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ index d8a5cbf0842..b5a5b26eba5 100644
5858
])
5959

6060
diff --git a/configure.ac b/configure.ac
61-
index 6dc1e45b34f..12d8cd679f5 100644
61+
index 3662d3e985b..d2074801fac 100644
6262
--- a/configure.ac
6363
+++ b/configure.ac
6464
@@ -1363,6 +1363,9 @@ exec_prefix=$old_exec_prefix

patches/8.5/php-config.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ index 640f0100800..de89ceb45b1 100644
5858
])
5959

6060
diff --git a/configure.ac b/configure.ac
61-
index 01d9ded69b9..6f683b45862 100644
61+
index 61d1c350a82..a4b41411d1b 100644
6262
--- a/configure.ac
6363
+++ b/configure.ac
64-
@@ -1369,6 +1369,9 @@ exec_prefix=$old_exec_prefix
64+
@@ -1382,6 +1382,9 @@ exec_prefix=$old_exec_prefix
6565
libdir=$old_libdir
6666
datadir=$old_datadir
6767

@@ -71,7 +71,7 @@ index 01d9ded69b9..6f683b45862 100644
7171
AC_SUBST([INCLUDE_PATH])
7272
AC_SUBST([EXPANDED_PEAR_INSTALLDIR])
7373
AC_SUBST([EXPANDED_EXTENSION_DIR])
74-
@@ -1387,6 +1390,9 @@ AC_SUBST([SAPI_LIBNAME_STATIC])
74+
@@ -1400,6 +1403,9 @@ AC_SUBST([SAPI_LIBNAME_STATIC])
7575
AC_SUBST([PHP_VERSION])
7676
AC_SUBST([PHP_VERSION_ID])
7777
AC_SUBST([PHP_LDFLAGS])

0 commit comments

Comments
 (0)