mirror of
https://github.com/php/php-src.git
synced 2025-01-26 13:44:22 +08:00
Fix expat_compat.h path used in #include
Using ext/xml/expat_compat.h does not work if the extension is compiled out-of-tree.
This commit is contained in:
parent
2842aa2a07
commit
7f4327bc24
@ -36,7 +36,7 @@ extern zend_module_entry xml_module_entry;
|
||||
|
||||
#ifdef HAVE_XML
|
||||
|
||||
#include "ext/xml/expat_compat.h"
|
||||
#include "expat_compat.h"
|
||||
|
||||
#ifdef XML_UNICODE
|
||||
#error "UTF-16 Unicode support not implemented!"
|
||||
|
Loading…
Reference in New Issue
Block a user