[DOC-CVS] [doc-en] master: Fix #5003: LIBXML_XINCLUDE is not supported for non-pull parsers, should be documented (#5092)
[email protected] (Niels Dossche via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Niels Dossche (ndossche)
Committer: GitHub (web-flow)
Pusher: ndossche
Date: 2026-01-11T20:37:06+01:00
Commit: https://github.com/php/doc-en/commit/64e1182c986582df32ed7e629e42b4fea204de2e
Raw diff: https://github.com/php/doc-en/commit/64e1182c986582df32ed7e629e42b4fea204de2e.diff
Fix #5003: LIBXML_XINCLUDE is not supported for non-pull parsers, should be documented (#5092)
Changed paths:
M reference/libxml/constants.xml
Diff:
diff --git a/reference/libxml/constants.xml b/reference/libxml/constants.xml
index 261846565cda..c80a5f6d5f0c 100644
--- a/reference/libxml/constants.xml
+++ b/reference/libxml/constants.xml
@@ -323,7 +323,7 @@
</term>
<listitem>
<simpara>
- Implement XInclude substitution
+ Perform XInclude substitution (only for pull parsers, i.e. <classname>XMLReader</classname>).
</simpara>
</listitem>
</varlistentry>