]> granicus.if.org Git - php/commitdiff
MFB : fix the build
authorAndrey Hristov <andrey@php.net>
Tue, 18 Mar 2008 17:32:03 +0000 (17:32 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 18 Mar 2008 17:32:03 +0000 (17:32 +0000)
ext/mysqli/mysqli.c

index 8565f0a4ac0051f72270fa2efc3ca3994a7dee42..1fe06770f2bb05673967c2beb0c31fc2ec8393cf 100644 (file)
@@ -986,9 +986,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");