diff options
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.7 +%global oraclever 21.8 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -100,8 +100,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.26 -#global rcver RC1 +%global upver 8.0.27 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2181,6 +2180,10 @@ fi %changelog +* Tue Jan 3 2023 Remi Collet <remi@remirepo.net> - 8.0.27-1 +- Update to 8.0.27 - http://www.php.net/releases/8_0_27.php +- use oracle client library version 21.8 + * Wed Nov 23 2022 Remi Collet <remi@remirepo.net> - 8.0.26-1 - Update to 8.0.26 - http://www.php.net/releases/8_0_26.php |