summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 4a5e96a..cbcbc05 100644
--- a/php.spec
+++ b/php.spec
@@ -56,10 +56,14 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
%if 0%{?rhel} == 6
+%ifarch x86_64
+%global oraclever 18.5
+%else
%global oraclever 18.3
+%endif
%global oraclelib 18.1
%else
-%global oraclever 19.3
+%global oraclever 19.5
%global oraclelib 19.1
%endif
@@ -132,7 +136,7 @@
%endif
%global upver 7.2.26
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1900,6 +1904,10 @@ fi
%changelog
+* Tue Dec 17 2019 Remi Collet <remi@remirepo.net> - 7.2.26-1
+- Update to 7.2.26 - http://www.php.net/releases/7_2_26.php
+- use oracle client library version 19.5 (18.5 on EL-6)
+
* Tue Dec 3 2019 Remi Collet <remi@remirepo.net> - 7.2.26~RC1-1
- update to 7.2.26RC1