mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document the LIBXML_PARSEHUGE constant, copying the definition from the libxml documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305269 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e9900ce5b6
commit
4e154965e8
1 changed files with 11 additions and 0 deletions
|
@ -166,6 +166,17 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>LIBXML_PARSEHUGE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Sets XML_PARSE_HUGE flag, which relaxes any hardcoded limit from the parser.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>LIBXML_XINCLUDE</constant>
|
||||
|
|
Loading…
Reference in a new issue