mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
36ca1dd256
commit
ce1d9493b9
1 changed files with 3 additions and 0 deletions
|
@ -251,6 +251,9 @@
|
|||
<function name="mysqli_result::free_result" from="PHP 5, PHP 7"/>
|
||||
|
||||
<function name="mysqli_driver" from="PHP 5, PHP 7"/>
|
||||
<function name="mysqli_driver::embedded_server_end" from="PHP 5 >= 5.1.0, PHP 7 < 7.4.0"/>
|
||||
<function name="mysqli_driver::embedded_server_start" from="PHP 5 >= 5.1.0, PHP 7 < 7.4.0"/>
|
||||
|
||||
<function name="mysqli_warning" from="PHP 5, PHP 7"/>
|
||||
<function name="mysqli_sql_exception" from="PHP 5, PHP 7"/>
|
||||
</versions>
|
||||
|
|
Loading…
Reference in a new issue