summaryrefslogtreecommitdiffstats
path: root/php83.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php83.spec')
-rw-r--r--php83.spec22
1 files changed, 14 insertions, 8 deletions
diff --git a/php83.spec b/php83.spec
index 87fe733..072fd70 100644
--- a/php83.spec
+++ b/php83.spec
@@ -25,13 +25,15 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
%ifarch aarch64
-%global oraclever 19.22
+%global oraclever 19.23
+%global oraclemax 20
%global oraclelib 19.1
-%global oracledir 19.22
+%global oracledir 19.23
%else
-%global oraclever 21.13
-%global oraclelib 21.1
-%global oracledir 21
+%global oraclever 23.4
+%global oraclemax 24
+%global oraclelib 23.1
+%global oracledir 23
%endif
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -120,8 +122,8 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.3.9
-#global rcver RC1
+%global upver 8.3.10
+%global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -767,7 +769,7 @@ BuildRequires: oracle-instantclient%{oraclever}-devel
Requires: libclntsh.so.%{oraclelib}
AutoReq: 0
%else
-BuildRequires: oracle-instantclient-devel >= %{oraclever}
+BuildRequires: (oracle-instantclient-devel >= %{oraclever} with oracle-instantclient-devel < %{oraclemax})
%endif
Requires: php-pdo%{?_isa} = %{version}-%{release}
Provides: php_database
@@ -2212,6 +2214,10 @@ fi
%changelog
+* Tue Jul 16 2024 Remi Collet <remi@remirepo.net> - 8.3.10~RC1-1
+- update to 8.3.10RC1
+- use oracle client library version 23.4 on x86_64, 19.23 on aarch64
+
* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 8.3.9-1
- Update to 8.3.9 - http://www.php.net/releases/8_3_9.php