From 9db98a17fabead3bbf63f1c407aa8728c7d163b8 Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Mon, 8 Feb 2016 20:07:54 +0200 Subject: testing/php7: new aport The PHP language runtime engine - 7th branch http://php.net/ --- testing/php7/tidy-buffio.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/php7/tidy-buffio.patch (limited to 'testing/php7/tidy-buffio.patch') diff --git a/testing/php7/tidy-buffio.patch b/testing/php7/tidy-buffio.patch new file mode 100644 index 0000000000..c15f9540a4 --- /dev/null +++ b/testing/php7/tidy-buffio.patch @@ -0,0 +1,11 @@ +--- 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