From db690f4a41ba51d4592067247dcaaf1f899344d8 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 20 Jun 2020 15:04:02 +0000 Subject: [PATCH] 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 --- reference/mysqli/versions.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/reference/mysqli/versions.xml b/reference/mysqli/versions.xml index 9df7e7442b..cd345d8311 100644 --- a/reference/mysqli/versions.xml +++ b/reference/mysqli/versions.xml @@ -236,6 +236,20 @@ + + + + + + + + + + + + + +