mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
11 lines
297 B
C
11 lines
297 B
C
--- php_xsl.h.orig 2020-10-16 22:10:29 UTC
|
|
+++ php_xsl.h
|
|
@@ -37,7 +37,7 @@ extern zend_module_entry xsl_module_entr
|
|
#include <libexslt/exsltconfig.h>
|
|
#endif
|
|
|
|
-#include "../dom/xml_common.h"
|
|
+#include "ext/dom/xml_common.h"
|
|
|
|
#include <libxslt/extensions.h>
|
|
#include <libxml/xpathInternals.h>
|