diff options
author | Andrey Hristov <andrey@php.net> | 2008-03-18 17:30:55 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-03-18 17:30:55 +0000 |
commit | 98680c0c8f76c331269beca0afcfd2cb67b3d588 (patch) | |
tree | 591795f966bd0b5a196dbf0396ce9e912b763a63 | |
parent | 7e38f9b2aff1ad408a0053f999882d433380c494 (diff) | |
download | php-git-98680c0c8f76c331269beca0afcfd2cb67b3d588.tar.gz |
Fix the build
-rw-r--r-- | ext/mysqli/mysqli.c | 2 |
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"); |