Making the shmop phpinfo entry look the same as others.

This commit is contained in:
James Moore 2000-12-10 14:45:42 +00:00
parent e0e42d336a
commit 9206955425

View File

@ -84,7 +84,7 @@ PHP_MSHUTDOWN_FUNCTION(shmop)
PHP_MINFO_FUNCTION(shmop)
{
php_info_print_table_start();
php_info_print_table_header(2, "shmop support", "enabled");
php_info_print_table_row(2, "shmop support", "enabled");
php_info_print_table_end();
}