From 0ec5f577197e7f5990d5daaa8ac044825242d3cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Aug 2024 08:02:24 +0200 Subject: update to 8.2.23RC1 --- php82.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php82.spec') diff --git a/php82.spec b/php82.spec index fdd756b..8ca2b40 100644 --- a/php82.spec +++ b/php82.spec @@ -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 - 8.2.23~RC1-1 +- update to 8.2.23RC1 + * Tue Jul 30 2024 Remi Collet - 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 -- cgit