diff options
author | Georg Richter <georg@php.net> | 2003-02-13 00:11:17 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2003-02-13 00:11:17 +0000 |
commit | 44559a18f97c16ac7ebc23f5519cbf4bd2774ffe (patch) | |
tree | 29da390e30f7eaa9f38a6e8260049eb0e1cc8369 /ext/mysqli/php_mysqli.h | |
parent | ef086ad82db148867913894bc66ca4990b11151a (diff) | |
download | php-git-44559a18f97c16ac7ebc23f5519cbf4bd2774ffe.tar.gz |
added new function int mysql_get_server_version
this function is available since libmysql change set 1.1450 (2002-02-13)
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r-- | ext/mysqli/php_mysqli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index 9c4a0edd05..01301f573d 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -179,6 +179,7 @@ PHP_FUNCTION(mysqli_get_client_info); PHP_FUNCTION(mysqli_get_host_info); PHP_FUNCTION(mysqli_get_proto_info); PHP_FUNCTION(mysqli_get_server_info); +PHP_FUNCTION(mysqli_get_server_version); PHP_FUNCTION(mysqli_info); PHP_FUNCTION(mysqli_insert_id); PHP_FUNCTION(mysqli_init); |