From: James Moore Date: Sun, 10 Dec 2000 14:45:42 +0000 (+0000) Subject: Making the shmop phpinfo entry look the same as others. X-Git-Tag: php-4.0.5RC1~946 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=920695542546d67a338e330fa7c572310d41a78a;p=php Making the shmop phpinfo entry look the same as others. --- diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c index adb9854efd..70362b477d 100644 --- a/ext/shmop/shmop.c +++ b/ext/shmop/shmop.c @@ -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(); }