summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/php74.spec b/php74.spec
index 23c1369..4a005cd 100644
--- a/php74.spec
+++ b/php74.spec
@@ -24,7 +24,11 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
+%ifarch x86_64
+%global oraclever 19.8
+%else
%global oraclever 19.6
+%endif
%global oraclelib 19.1
# Build for LiteSpeed Web Server (LSAPI)
@@ -95,9 +99,9 @@
%global with_libzip 1
%global with_zip 0
-%global upver 7.4.9
-#global rcver RC1
-#global lower RC1
+%global upver 7.4.10
+%global rcver RC1
+%global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2157,6 +2161,10 @@ fi
%changelog
+* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.4.10~RC1-1
+- update to 7.4.10RC1
+- use oracle client library version 19.8 (x86_64)
+
* Tue Aug 4 2020 Remi Collet <remi@remirepo.net> - 7.4.9-1
- Update to 7.4.9 - http://www.php.net/releases/7_4_9.php