Document new options supported by xml_parser_get_option()

Cf. <https://github.com/php/php-src/pull/3594>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345822 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-10-16 17:38:47 +00:00
parent 8358db82c0
commit 9ee6e26a20

View file

@ -34,7 +34,8 @@
<term><parameter>option</parameter></term>
<listitem>
<simpara>
Which option to fetch. <constant>XML_OPTION_CASE_FOLDING</constant>
Which option to fetch. <constant>XML_OPTION_CASE_FOLDING</constant>,
<constant>XML_OPTION_SKIP_TAGSTART</constant>, <constant>XML_OPTION_SKIP_WHITE</constant>
and <constant>XML_OPTION_TARGET_ENCODING</constant> are available.
See <function>xml_parser_set_option</function> for their description.
</simpara>
@ -54,6 +55,29 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>7.1.24, 7.2.12, 7.3.0</entry>
<entry>
<parameter>options</parameter> now supports <constant>XML_OPTION_SKIP_TAGSTART</constant>
and <constant>XML_OPTION_SKIP_WHITE</constant>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file