From 1d0b7136b7e14900b3f0ffa690ead0ae35e316b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Aug 2017 16:32:32 +0200 Subject: add patch for EL-6, fix undefined symbol: sqlite3_errstr and sqlite2_close_v2 --- php.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 0bc25f3..3dc55f6 100644 --- a/php.spec +++ b/php.spec @@ -134,7 +134,7 @@ %global gh_owner php %global gh_project php-src %global rcver beta2 -%global rpmrel 14 +%global rpmrel 15 Summary: PHP scripting language for creating dynamic web sites @@ -181,6 +181,8 @@ Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-7.1.0-libdb.patch Patch9: php-7.0.7-curl.patch +Patch10: php-sqlite3.patch +Patch11: php-sqlite3_2.patch # Functional changes Patch40: php-7.1.3-dlopen.patch @@ -909,6 +911,8 @@ low-level PHP extension for the libsodium cryptographic library. %if 0%{?rhel} %patch9 -p1 -b .curltls %endif +%patch10 -p1 -b .errstr +%patch11 -p1 -b .v2 %patch40 -p1 -b .dlopen %if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 @@ -1845,6 +1849,10 @@ fi %changelog +* Tue Aug 1 2017 Remi Collet - 7.2.0-0.15.beta2 +- add patch for EL-6, fix undefined symbol: sqlite3_errstr +- revert use of sqlite3_close_v2 on EL-6 + * Tue Aug 1 2017 Remi Collet - 7.2.0-0.14.beta2 - update to 7.2.0beta2 - oci8 version is now 2.1.7 -- cgit