MySQLi: various updates [17] - add mysqli_warning methods to versions

The OO-style methods were not included in the `versions.xml` file. This is a known issue based on the `FIXME` comment at the top of the file.

This commit adds the methods from the `mysqli_warning` class to the `versions.xml` file.

Version numbers based on the versions as set for the procedural functions. **This will need verification.**

Includes removing the `FIXME` comments as AFAICS all methods have now been added.

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350073 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-06-20 15:06:27 +00:00
parent ce1d9493b9
commit f36ae1a68d

View file

@ -3,13 +3,7 @@
<!--
Do NOT translate this file
-->
<!--
FIXME: Add OOP goodness
-->
<versions>
<!-- A few mysqli procedural function names differ from their OOP counterparts, or don't exist -->
<function name="mysqli_warning::__construct" from="PHP 5, PHP 7"/>
<function name="mysqli_affected_rows" from="PHP 5, PHP 7"/>
<function name="mysqli_autocommit" from="PHP 5, PHP 7"/>
<function name="mysqli_begin_transaction" from="PHP 5 &gt;= 5.5.0, PHP 7"/>
@ -255,6 +249,9 @@
<function name="mysqli_driver::embedded_server_start" from="PHP 5 &gt;= 5.1.0, PHP 7 &lt; 7.4.0"/>
<function name="mysqli_warning" from="PHP 5, PHP 7"/>
<function name="mysqli_warning::__construct" from="PHP 5, PHP 7"/>
<function name="mysqli_warning::next" from="PHP 5, PHP 7"/>
<function name="mysqli_sql_exception" from="PHP 5, PHP 7"/>
</versions>
<!-- Keep this comment at the end of the file