From cc7a5088444a1cc349bcf80ae8cf1c8e8de991e7 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 20 Jun 2020 15:01:34 +0000 Subject: [PATCH] MySQLi: various updates [10] - add mysqli_stmt 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_stmt` 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@350067 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/versions.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/reference/mysqli/versions.xml b/reference/mysqli/versions.xml index 9fc11fb4d9..9df7e7442b 100644 --- a/reference/mysqli/versions.xml +++ b/reference/mysqli/versions.xml @@ -9,7 +9,6 @@ - @@ -215,6 +214,27 @@ + + + + + + + + + + + + + + + + + + + + +