mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added missing version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323462 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6c3031efba
commit
bfe2c13ee5
3 changed files with 17 additions and 1 deletions
|
@ -10,6 +10,9 @@
|
|||
<versions>
|
||||
<!-- A few mysqli procedural function names differ from their OOP counterparts, or don't exist -->
|
||||
<function name='mysqli::_construct' from='PHP 5'/>
|
||||
<function name='mysqli_warning::_construct' from='PHP 5'/>
|
||||
<function name='mysqli_client_info' from='PHP 5'/>
|
||||
<function name='mysqli_client_version' from='PHP 5'/>
|
||||
<function name='mysqli::protocol_version' from='PHP 5'/>
|
||||
<function name='mysqli::server_info' from='PHP 5'/>
|
||||
<function name='mysqli::server_version' from='PHP 5'/>
|
||||
|
@ -154,6 +157,14 @@
|
|||
<function name='mysqli_thread_safe' from='PHP 5'/>
|
||||
<function name='mysqli_use_result' from='PHP 5'/>
|
||||
<function name='mysqli_warning_count' from='PHP 5'/>
|
||||
<function name='mysqli_warning_next' from='PHP 5'/>
|
||||
|
||||
<!-- Classes -->
|
||||
<function name='mysqli' from='PHP 5'/>
|
||||
<function name='mysqli_stmt' from='PHP 5'/>
|
||||
<function name='mysqli_result' from='PHP 5'/>
|
||||
<function name='mysqli_driver' from='PHP 5'/>
|
||||
<function name='mysqli_warning' from='PHP 5'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
<versions>
|
||||
<!-- Functions -->
|
||||
<function name='mysqlnd_ms_get_last_gtid' from='PECL mysqlnd_ms >= 1.2.0'/>
|
||||
<function name='mysqlnd_ms_get_last_qos' from='PECL mysqlnd_ms >= 1.2.0'/>
|
||||
<function name='mysqlnd_ms_get_last_used_connection' from='PECL mysqlnd_ms >= 1.1.0'/>
|
||||
<function name='mysqlnd_ms_get_stats' from='PECL mysqlnd_ms >= 1.0.0'/>
|
||||
<function name='mysqlnd_ms_match_wild' from='PECL mysqlnd_ms >= 1.1.0'/>
|
||||
<function name='mysqlnd_ms_query_is_select' from='PECL mysqlnd_ms >= 1.0.0'/>
|
||||
<function name='mysqlnd_ms_get_last_qos' from='PECL mysqlnd_ms >= 1.2.0'/>
|
||||
<function name='mysqlnd_ms_set_user_pick_server' from='PECL mysqlnd_ms < 1.1.0'/>
|
||||
<function name='mysqlnd_ms_set_qos' from='PECL mysqlnd_ms < 1.2.0'/>
|
||||
|
||||
</versions>
|
||||
|
||||
|
|
|
@ -64,6 +64,10 @@
|
|||
<function name='mysqlnduhpreparedstatement::__construct' from='PECL mysqlnd-uh >= 1.0.0-alpha'/>
|
||||
<function name='mysqlnduhpreparedstatement::execute' from='PECL mysqlnd-uh >= 1.0.0-alpha'/>
|
||||
<function name='mysqlnduhpreparedstatement::prepare' from='PECL mysqlnd-uh >= 1.0.0-alpha'/>
|
||||
|
||||
<!-- Classes -->
|
||||
<function name='mysqlnduhconnection' from='PECL mysqlnd-uh >= 1.0.0-alpha'/>
|
||||
<function name='mysqlnduhpreparedstatement' from='PECL mysqlnd-uh >= 1.0.0-alpha'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue