Skip to content

Commit 14cebef

Browse files
committed
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
2 parents 015ee3b + 068fc00 commit 14cebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fileinfo/fileinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ ZEND_GET_MODULE(fileinfo)
271271
PHP_MINFO_FUNCTION(fileinfo)
272272
{
273273
php_info_print_table_start();
274-
php_info_print_table_header(2, "fileinfo support", "enabled");
274+
php_info_print_table_row(2, "fileinfo support", "enabled");
275275
php_info_print_table_row(2, "version", PHP_FILEINFO_VERSION);
276276
php_info_print_table_end();
277277
}

0 commit comments

Comments
 (0)