summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-04 08:12:06 +0200
committerRemi Collet <remi@remirepo.net>2017-08-04 08:12:06 +0200
commit6272b285455841ae1b684610d31f6341c7f7731d (patch)
tree63809af27d8f5662c40e14916e6b9985dc7a5150 /php.spec
parentfb771bacaf3e4bf2bb71250fac868f28b3709aae (diff)
patch for EL-6
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 7284e6a..9dbef1c 100644
--- a/php.spec
+++ b/php.spec
@@ -131,7 +131,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -168,6 +168,7 @@ Patch6: php-5.6.3-embed.patch
Patch7: php-5.3.0-recode.patch
Patch8: php-7.0.2-libdb.patch
Patch9: php-7.0.7-curl.patch
+Patch10: php-sqlite3.patch
# Functional changes
Patch40: php-7.1.3-dlopen.patch
@@ -876,6 +877,7 @@ support for JavaScript Object Notation (JSON) to PHP.
%if 0%{?rhel}
%patch9 -p1 -b .curltls
%endif
+%patch10 -p1 -b .errstr
%patch40 -p1 -b .dlopen
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5
@@ -1813,6 +1815,9 @@ fi
%changelog
+* Wed Aug 2 2017 Remi Collet <remi@fedoraproject.org> - 7.1.8-2
+- add patch for EL-6, fix undefined symbol: sqlite3_errstr
+
* Wed Aug 2 2017 Remi Collet <remi@fedoraproject.org> - 7.1.8-1
- Update to 7.1.8 - http://www.php.net/releases/7_1_8.php