[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/mysqli/_versions.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2020-06-20 15:04:02
Message-ID: svn-cmb-1592665442-350070-204856111 () svn ! php ! net
[Download RAW message or body]

cmb                                      Sat, 20 Jun 2020 15:04:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=350070

Log:
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.

Changed paths:
    U   phpdoc/en/trunk/reference/mysqli/versions.xml

Modified: phpdoc/en/trunk/reference/mysqli/versions.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/versions.xml	2020-06-20 15:03:12 UTC (rev \
                350069)
+++ phpdoc/en/trunk/reference/mysqli/versions.xml	2020-06-20 15:04:02 UTC (rev \
350070) @@ -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"/>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic