MySQLi: various updates [15] - add mysqli_driver 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_driver` class to the `versions.xml` file.

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

Patch contributed by jrfnl.


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

View file

@ -251,6 +251,9 @@
<function name="mysqli_result::free_result" from="PHP 5, PHP 7"/>
<function name="mysqli_driver" from="PHP 5, PHP 7"/>
<function name="mysqli_driver::embedded_server_end" from="PHP 5 &gt;= 5.1.0, PHP 7 &lt; 7.4.0"/>
<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_sql_exception" from="PHP 5, PHP 7"/>
</versions>