mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Declare XML_SAX_IMPL constant in stubs (#9732)
This commit is contained in:
parent
fd3d3117b5
commit
fc11a8abcb
4 changed files with 14 additions and 7 deletions
|
@ -46,4 +46,10 @@ enum php_xml_option {
|
|||
PHP_XML_OPTION_SKIP_WHITE
|
||||
};
|
||||
|
||||
#ifdef LIBXML_EXPAT_COMPAT
|
||||
#define PHP_XML_SAX_IMPL "libxml"
|
||||
#else
|
||||
#define PHP_XML_SAX_IMPL "expat"
|
||||
#endif
|
||||
|
||||
#endif /* PHP_XML_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue