MySQLi: various updates [13] - add mysqli_result 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_result` class to the `versions.xml` file.

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

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350070 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-06-20 15:04:02 +00:00
parent 7f940ab1e9
commit db690f4a41

View file

@ -236,6 +236,20 @@
<function name="mysqli_stmt::store_result" from="PHP 5, PHP 7"/>
<function name="mysqli_result" from="PHP 5, PHP 7"/>
<function name="mysqli_result::close" from="PHP 5, PHP 7"/>
<function name="mysqli_result::data_seek" from="PHP 5, PHP 7"/>
<function name="mysqli_result::fetch_all" from="PHP 5 &gt;= 5.3.0, PHP 7"/>
<function name="mysqli_result::fetch_array" from="PHP 5, PHP 7"/>
<function name="mysqli_result::fetch_assoc" from="PHP 5, PHP 7"/>
<function name="mysqli_result::fetch_field_direct" from="PHP 5, PHP 7"/>
<function name="mysqli_result::fetch_field" from="PHP 5, PHP 7"/>
<function name="mysqli_result::fetch_fields" from="PHP 5, PHP 7"/>
<function name="mysqli_result::fetch_object" from="PHP 5, PHP 7"/>
<function name="mysqli_result::fetch_row" from="PHP 5, PHP 7"/>
<function name="mysqli_result::field_seek" from="PHP 5, PHP 7"/>
<function name="mysqli_result::free" from="PHP 5, PHP 7"/>
<function name="mysqli_result::free_result" from="PHP 5, PHP 7"/>
<function name="mysqli_driver" from="PHP 5, PHP 7"/>
<function name="mysqli_warning" from="PHP 5, PHP 7"/>
<function name="mysqli_sql_exception" from="PHP 5, PHP 7"/>