summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-18 13:44:15 +0100
committerRemi Collet <remi@remirepo.net>2019-02-18 13:44:15 +0100
commit734b278873fe4bc2f0166dc487067ed3b9c46aa1 (patch)
tree157c642355a6d975f8fdaf6dec53ad0e524eb9a1 /php.spec
parent7c95a0919cb15fc13fe2bb43f254926e0e42a36d (diff)
pdo_oci: backport PDOStatement::getColumnMeta from 7.4
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 27a0a71..48228ad 100644
--- a/php.spec
+++ b/php.spec
@@ -136,7 +136,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 2%{?dist}
+Release: 3%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -184,6 +184,8 @@ Patch45: php-7.2.3-ldap_r.patch
Patch46: php-7.2.4-fixheader.patch
# drop "Configure command" from phpinfo output
Patch47: php-5.6.3-phpinfo.patch
+# backport PDOStatement::getColumnMeta from 7.4
+Patch48: php-7.3.3-pdooci.patch
# RC Patch
Patch91: php-7.2.0-oci8conf.patch
@@ -936,6 +938,7 @@ low-level PHP extension for the libsodium cryptographic library.
%endif
%patch46 -p1 -b .fixheader
%patch47 -p1 -b .phpinfo
+%patch48 -p1 -b .pdooci
%patch91 -p1 -b .remi-oci8
@@ -1882,6 +1885,9 @@ fi
%changelog
+* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 7.3.2-3
+- pdo_oci: backport PDOStatement::getColumnMeta from 7.4
+
* Thu Feb 7 2019 Remi Collet <remi@remirepo.net> - 7.3.2-2
- rebuild using libicu62