From e630e52bb5f688a26b92533f2f2b0e17e3b85f33 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 15 Feb 2016 14:34:26 +0000 Subject: Welcome php 7.0.3 Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@. --- textproc/php70-xml/files/patch-compat.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 textproc/php70-xml/files/patch-compat.c (limited to 'textproc/php70-xml/files') diff --git a/textproc/php70-xml/files/patch-compat.c b/textproc/php70-xml/files/patch-compat.c new file mode 100644 index 000000000000..02125961b20c --- /dev/null +++ b/textproc/php70-xml/files/patch-compat.c @@ -0,0 +1,13 @@ +--- compat.c.orig Tue Jul 20 10:55:02 2004 ++++ compat.c Tue Jul 20 10:55:55 2004 +@@ -16,6 +16,10 @@ + +----------------------------------------------------------------------+ + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT) + #include "expat_compat.h" -- cgit v1.2.3