summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-17 11:06:58 +0200
committerRemi Collet <remi@remirepo.net>2019-06-17 11:06:58 +0200
commit802f20995530662eda786ddd5d2aadf7765e537b (patch)
tree9081aa7dea21f2d6946be993c56dca0e2848c650 /php56.spec
parent0c1009e782676a99d57a5e1584ea3cbfb5e7476c (diff)
use oracle client library version 19.3
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php56.spec b/php56.spec
index 842c940..4b21653 100644
--- a/php56.spec
+++ b/php56.spec
@@ -28,7 +28,13 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
+%if 0%{?rhel} == 6
%global oraclever 18.3
+%global oraclelib 18.1
+%else
+%global oraclever 19.3
+%global oraclelib 19.1
+%endif
# Build for LiteSpeed Web Server (LSAPI)
%global with_lsws 1
@@ -142,7 +148,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.40
-Release: 9%{?dist}
+Release: 10%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -692,7 +698,7 @@ The extension is linked with Oracle client libraries %{oraclever}
(Oracle Instant Client). For details, see Oracle's note
"Oracle Client / Server Interoperability Support" (ID 207303.1).
-You must install libclntsh.so.%{oraclever} to use this package, provided
+You must install libclntsh.so.%{oraclelib} to use this package, provided
in the database installation, or in the free Oracle Instant Client
available from Oracle.
@@ -2051,6 +2057,9 @@ EOF
%changelog
+* Mon Jun 17 2019 Remi Collet <remi@remirepo.net> - 5.6.40-10
+- use oracle client library version 19.3
+
* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 5.6.40-9
- iconv:
Fix #78069 Out-of-bounds read in iconv.c:_php_iconv_mime_decode()