diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-14 08:00:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-14 08:00:49 +0200 |
commit | 6526acbc8918d298255610dfa4444342befd90e1 (patch) | |
tree | b139fea0c488a0dacdb68c64d178020ea5912b30 /php.spec | |
parent | 85fa0f3a87d63c2c7c23f3d9fe671b4e3cb04fd8 (diff) |
update to 8.2.23RC1
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -50,10 +50,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 @@ -131,8 +131,8 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php @@ -185,7 +185,7 @@ Patch10: php-8.2.0-curl.patch # Use system nikic/php-parser Patch41: php-8.2.0-parser.patch # use system tzdata -Patch43: php-8.1.0-systzdata-v24.patch +Patch43: php-8.2.23-systzdata-v24.patch # See http://bugs.php.net/53436 Patch44: php-7.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -1226,7 +1226,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 @@ -1867,6 +1867,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 |