1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00

Fix the build

This commit is contained in:
Andrey Hristov
2008-03-18 17:30:55 +00:00
parent 7e38f9b2af
commit 98680c0c8f

View File

@@ -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");