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