diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-14 08:02:24 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-14 08:02:24 +0200 |
commit | 0ec5f577197e7f5990d5daaa8ac044825242d3cc (patch) | |
tree | b4ff180ee4c1b1b3ee16a706b09d2e8eeb2f98f0 | |
parent | 49994658cb3c3f1dd22c3d5ec63803a281adc4fa (diff) |
update to 8.2.23RC1
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php-8.2.23-systzdata-v24.patch (renamed from php-8.1.0-systzdata-v24.patch) | 8 | ||||
-rw-r--r-- | php82.spec | 15 |
3 files changed, 14 insertions, 11 deletions
@@ -1,4 +1,4 @@ -===== 8.2.22 (2024-08-01) +===== 8.2.23RC1 (2024-08-15) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php-8.1.0-systzdata-v24.patch b/php-8.2.23-systzdata-v24.patch index ca6e634..90bdc78 100644 --- a/php-8.1.0-systzdata-v24.patch +++ b/php-8.2.23-systzdata-v24.patch @@ -40,7 +40,7 @@ diff --git a/ext/date/config0.m4 b/ext/date/config0.m4 index 6b803bf33e..53c3cdb3f4 100644 --- a/ext/date/config0.m4 +++ b/ext/date/config0.m4 -@@ -4,6 +4,19 @@ AC_CHECK_HEADERS([io.h]) +@@ -4,6 +4,19 @@ dnl Check for strtoll, atoll AC_CHECK_FUNCS(strtoll atoll) @@ -57,9 +57,9 @@ index 6b803bf33e..53c3cdb3f4 100644 + fi +fi + - PHP_DATE_CFLAGS="-Wno-implicit-fallthrough -I@ext_builddir@/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1" - timelib_sources="lib/astro.c lib/dow.c lib/parse_date.c lib/parse_tz.c lib/parse_posix.c - lib/timelib.c lib/tm2unixtime.c lib/unixtime2tm.c lib/parse_iso_intervals.c lib/interval.c" + AX_CHECK_COMPILE_FLAG([-Wno-implicit-fallthrough], + [PHP_DATE_CFLAGS="$PHP_DATE_CFLAGS -Wno-implicit-fallthrough"],, + [-Werror]) diff --git a/ext/date/lib/parse_tz.c b/ext/date/lib/parse_tz.c index c7f93580d7..ec196a98b6 100644 --- a/ext/date/lib/parse_tz.c @@ -25,10 +25,10 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.23 +%global oraclever 19.24 %global oraclemax 20 %global oraclelib 19.1 -%global oracledir 19.23 +%global oracledir 19.24 %else %global oraclever 23.5 %global oraclemax 24 @@ -122,8 +122,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.22 -#global rcver RC1 +%global upver 8.2.23 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -174,7 +174,7 @@ Patch10: php-8.2.0-curl.patch # Use system nikic/php-parser Patch41: php-8.2.0-parser.patch # use system tzdata -Patch42: php-8.1.0-systzdata-v24.patch +Patch42: php-8.2.23-systzdata-v24.patch # See http://bugs.php.net/53436 Patch43: php-7.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -1452,7 +1452,7 @@ build --libdir=%{_libdir}/php \ --enable-pcntl \ --enable-opcache \ --enable-opcache-file \ - --enable-phpdbg \ + --enable-phpdbg --enable-phpdbg-readline \ %if %{with imap} --with-imap=shared --with-imap-ssl \ %endif @@ -2205,6 +2205,9 @@ fi %changelog +* Wed Aug 14 2024 Remi Collet <remi@remirepo.net> - 8.2.23~RC1-1 +- update to 8.2.23RC1 + * Tue Jul 30 2024 Remi Collet <remi@remirepo.net> - 8.2.22-1 - Update to 8.2.22 - http://www.php.net/releases/8_2_22.php - use oracle client library version 23.5 on x86_64 |