Fix #67895: uopz.overloads is not documented

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350312 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-08-13 15:33:20 +00:00
parent 7cd4445be9
commit 6858e2d2a3

View file

@ -57,6 +57,12 @@
<entry>PHP_INI_SYSTEM</entry>
<entry>Available as of uopz 6.0.1</entry>
</row>
<row>
<entry><link linkend="ini.uopz.overloads">uopz.overloads</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available as of uopz 2.0.2. Removed as of uopz 5.0.0.</entry>
</row>
</tbody>
</tgroup>
</table>
@ -90,6 +96,17 @@
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.uopz.overloads">
<term>
<parameter>uopz.exit</parameter>
<type>bool</type>
</term>
<listitem>
<para>
Enables the ability to use <function>uopz_overload</function>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>