diff options
author | Georg Richter <georg@php.net> | 2003-02-12 10:39:06 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2003-02-12 10:39:06 +0000 |
commit | 27063940767a66c9ae4df187b05cef7f37c4adb6 (patch) | |
tree | 5ed9de49622fe707a38f3f34e0076a1fe035e30e /ext/mysqli/php_mysqli.h | |
parent | 7788cefdd3bcf534a435d320801b3a80962cb750 (diff) | |
download | php-git-27063940767a66c9ae4df187b05cef7f37c4adb6.tar.gz |
removed function mysql_num_warnings (libmysql change).
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r-- | ext/mysqli/php_mysqli.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index 545a4f537b..9c4a0edd05 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -186,7 +186,6 @@ PHP_FUNCTION(mysqli_kill); PHP_FUNCTION(mysqli_master_query); PHP_FUNCTION(mysqli_num_fields); PHP_FUNCTION(mysqli_num_rows); -PHP_FUNCTION(mysqli_num_warnings); PHP_FUNCTION(mysqli_options); PHP_FUNCTION(mysqli_param_count); PHP_FUNCTION(mysqli_ping); |