diff options
| -rw-r--r-- | failed.txt | 8 | ||||
| -rw-r--r-- | php-8.4.6-embed.patch (renamed from php-8.4.0-embed.patch) | 16 | ||||
| -rw-r--r-- | php84.spec | 9 | 
3 files changed, 17 insertions, 16 deletions
| @@ -1,4 +1,4 @@ -===== 8.4.5 (2025-03-13) +===== 8.4.6RC1 (2025-03-27)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -12,12 +12,10 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/fc40x84/build.log:Tests failed  :    0  /var/lib/mock/fc41a84/build.log:Tests failed  :    0  /var/lib/mock/fc41x84/build.log:Tests failed  :    0 -/var/lib/mock/fc42a84/build.log:Tests failed  :    1 -/var/lib/mock/fc42x84/build.log:Tests failed  :    1 +/var/lib/mock/fc42a84/build.log:Tests failed  :    0 +/var/lib/mock/fc42x84/build.log:Tests failed  :    0 -fc42: -	2	Bug #75457 (heap-use-after-free in php7.0.25) [ext/pcre/tests/bug75457.phpt]  1	proc_open give erratic test results :( diff --git a/php-8.4.0-embed.patch b/php-8.4.6-embed.patch index ca4b403..72b5e4c 100644 --- a/php-8.4.0-embed.patch +++ b/php-8.4.6-embed.patch @@ -1,10 +1,10 @@  diff -up ./sapi/embed/config.m4.embed ./sapi/embed/config.m4 ---- ./sapi/embed/config.m4.embed	2024-07-03 16:17:17.973277200 +0200 -+++ ./sapi/embed/config.m4	2024-07-03 16:19:32.224546927 +0200 -@@ -12,7 +12,8 @@ if test "$PHP_EMBED" != "no"; then -     [yes|shared], [ -       LIBPHP_CFLAGS="-shared" -       PHP_EMBED_TYPE=shared +--- ./sapi/embed/config.m4.embed	2025-03-26 07:14:03.223791152 +0100 ++++ ./sapi/embed/config.m4	2025-03-26 07:16:43.185955159 +0100 +@@ -15,7 +15,8 @@ if test "$PHP_EMBED" != "no"; then +         SAPI_SHARED="libs/libphp.dylib" +         PHP_EMBED_TYPE=shared-dylib +       ], [PHP_EMBED_TYPE=shared])  -      INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(orig_libdir); \$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(orig_libdir)"  +      EXTRA_LDFLAGS="$EXTRA_LDFLAGS -release \$(PHP_MAJOR_VERSION).\$(PHP_MINOR_VERSION)"  +      INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(libdir); \$(LIBTOOL) --mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) \$(INSTALL_ROOT)\$(libdir)" @@ -12,8 +12,8 @@ diff -up ./sapi/embed/config.m4.embed ./sapi/embed/config.m4       [static], [         LIBPHP_CFLAGS="-static"  diff -up ./scripts/php-config.in.embed ./scripts/php-config.in ---- ./scripts/php-config.in.embed	2024-07-03 16:17:17.973277200 +0200 -+++ ./scripts/php-config.in	2024-07-03 16:20:00.439654444 +0200 +--- ./scripts/php-config.in.embed	2025-03-25 19:59:01.000000000 +0100 ++++ ./scripts/php-config.in	2025-03-26 07:14:03.223870699 +0100  @@ -19,7 +19,7 @@ exe_extension="@EXEEXT@"   php_cli_binary=NONE   php_cgi_binary=NONE @@ -80,8 +80,8 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.4.5 -#global rcver          RC1 +%global upver          8.4.6 +%global rcver          RC1  # TODO set PHP_EXTRA_VERSION for EOL version  Summary: PHP scripting language for creating dynamic web sites @@ -121,7 +121,7 @@ Source53: 20-ffi.ini  # Build fixes  Patch1: php-8.4.0-httpd.patch  Patch5: php-8.4.0-includedir.patch -Patch6: php-8.4.0-embed.patch +Patch6: php-8.4.6-embed.patch  Patch8: php-8.4.0-libdb.patch  # Functional changes @@ -1704,6 +1704,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :  %changelog +* Wed Mar 26 2025 Remi Collet <remi@remirepo.net> - 8.4.6~RC1-1 +- Update to 8.4.6RC1 +  * Wed Mar 12 2025 Remi Collet <remi@remirepo.net> - 8.4.5-1  - Update to 8.4.5 - http://www.php.net/releases/8_4_5.php | 
