Skip to content

Commit b247c36

Browse files
SammyKnikic
authored andcommitted
Update display of extension in phpinfo() (nikic#39)
1 parent cbb6cd0 commit b247c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ const zend_function_entry ast_functions[] = {
730730

731731
PHP_MINFO_FUNCTION(ast) {
732732
php_info_print_table_start();
733-
php_info_print_table_header(2, "ast support", "enabled");
733+
php_info_print_table_row(2, "ast support", "enabled");
734734
php_info_print_table_end();
735735
}
736736

0 commit comments

Comments
 (0)