Skip to content

Commit b26749b

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: - Fixed bug #57933 (Wrong table type used in phpinfo output) patch by: selsky at columbia dot edu
2 parents b7d76b4 + 068fc00 commit b26749b

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
@@ -270,7 +270,7 @@ ZEND_GET_MODULE(fileinfo)
270270
PHP_MINFO_FUNCTION(fileinfo)
271271
{
272272
php_info_print_table_start();
273-
php_info_print_table_header(2, "fileinfo support", "enabled");
273+
php_info_print_table_row(2, "fileinfo support", "enabled");
274274
php_info_print_table_row(2, "version", PHP_FILEINFO_VERSION);
275275
php_info_print_table_end();
276276
}

0 commit comments

Comments
 (0)