summaryrefslogtreecommitdiff
path: root/textproc/php85-xml/files/patch-compat.c
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-07-02 11:54:37 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-07-02 18:29:38 +0200
commitc0b9892033cb566ec6a0c6d0fe5ce4b97c4c88de (patch)
treed492c87afa7175e6c8eee0669fcb4df1aa223c27 /textproc/php85-xml/files/patch-compat.c
parentsecurity/kanidm: Update version 1.6.1=>1.6.2 (diff)
*/*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
Diffstat (limited to 'textproc/php85-xml/files/patch-compat.c')
-rw-r--r--textproc/php85-xml/files/patch-compat.c13
1 files changed, 13 insertions, 0 deletions
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"