From c0b9892033cb566ec6a0c6d0fe5ce4b97c4c88de Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 2 Jul 2025 11:54:37 +0200 Subject: */*php85*: Sunrise Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.5.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.5.0alpha1/NEWS --- textproc/php85-xml/files/patch-compat.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 textproc/php85-xml/files/patch-compat.c (limited to 'textproc/php85-xml/files/patch-compat.c') diff --git a/textproc/php85-xml/files/patch-compat.c b/textproc/php85-xml/files/patch-compat.c new file mode 100644 index 000000000000..0752de99e2da --- /dev/null +++ b/textproc/php85-xml/files/patch-compat.c @@ -0,0 +1,13 @@ +--- compat.c.orig 2023-06-06 15:54:29 UTC ++++ compat.c +@@ -14,6 +14,10 @@ + +----------------------------------------------------------------------+ + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #if defined(HAVE_LIBXML) && (defined(HAVE_XML) || defined(HAVE_XMLRPC)) && !defined(HAVE_LIBEXPAT) + #include "expat_compat.h" -- cgit v1.2.3