From c997492ce9d4070c926df759df94f4bc566a1bbc Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 30 Apr 2017 00:18:14 +0200 Subject: community/php7: upgrade to 7.1.4 This patch is based on https://github.com/alpinelinux/aports/pull/1305, but includes only changes relevant to the upgrade (I'll apply the rest separately). --- community/php7/tidy-buffio.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 community/php7/tidy-buffio.patch (limited to 'community/php7/tidy-buffio.patch') diff --git a/community/php7/tidy-buffio.patch b/community/php7/tidy-buffio.patch deleted file mode 100644 index c15f9540a4..0000000000 --- a/community/php7/tidy-buffio.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ext/tidy/tidy.c -+++ b/ext/tidy/tidy.c -@@ -31,7 +31,7 @@ - #include "ext/standard/info.h" - - #include "tidy.h" --#include "buffio.h" -+#include "tidybuffio.h" - - /* compatibility with older versions of libtidy */ - #ifndef TIDY_CALL -- cgit v1.2.3