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:
Joey Smith 2010-11-11 08:26:54 +00:00
parent e9900ce5b6
commit 4e154965e8

View file

@ -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>