summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-03-18 17:30:55 +0000
committerAndrey Hristov <andrey@php.net>2008-03-18 17:30:55 +0000
commit98680c0c8f76c331269beca0afcfd2cb67b3d588 (patch)
tree591795f966bd0b5a196dbf0396ce9e912b763a63
parent7e38f9b2aff1ad408a0053f999882d433380c494 (diff)
downloadphp-git-98680c0c8f76c331269beca0afcfd2cb67b3d588.tar.gz
Fix the build
-rw-r--r--ext/mysqli/mysqli.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c
index eee29d39f5..84a07319cd 100644
--- a/ext/mysqli/mysqli.c
+++ b/ext/mysqli/mysqli.c
@@ -977,9 +977,7 @@ PHP_RSHUTDOWN_FUNCTION(mysqli)
*/
PHP_MINFO_FUNCTION(mysqli)
{
-#if defined(MYSQLI_USE_MYSQLND)
char buf[32];
-#endif
php_info_print_table_start();
php_info_print_table_header(2, "MysqlI Support", "enabled");