]> granicus.if.org Git - php/commitdiff
Beautify.
authorSebastian Bergmann <sebastian@php.net>
Wed, 17 Apr 2002 05:19:10 +0000 (05:19 +0000)
committerSebastian Bergmann <sebastian@php.net>
Wed, 17 Apr 2002 05:19:10 +0000 (05:19 +0000)
ext/overload/overload.c
ext/tokenizer/tokenizer.c

index 7626d5f49939c7091d58029a55fe271addbcd73c..95b8fdf339dab5cf72c065e8a9e42c9dea35808c 100644 (file)
@@ -146,7 +146,7 @@ PHP_RSHUTDOWN_FUNCTION(overload)
 PHP_MINFO_FUNCTION(overload)
 {
        php_info_print_table_start();
-       php_info_print_table_row(2, "User-space object overloading support", "enabled");
+       php_info_print_table_row(2, "User-Space Object Overloading Support", "enabled");
        php_info_print_table_end();
 
        /* Remove comments if you have entries in php.ini
index d7f1a1958e064be7653c85d092cd6119e69b1176..242bbcd04f20145cce30b71088781d02e61513e7 100644 (file)
@@ -307,7 +307,7 @@ PHP_RSHUTDOWN_FUNCTION(tokenizer)
 PHP_MINFO_FUNCTION(tokenizer)
 {
        php_info_print_table_start();
-       php_info_print_table_header(2, "tokenizer support", "enabled");
+       php_info_print_table_row(2, "Tokenizer Support", "enabled");
        php_info_print_table_end();
 
        /* Remove comments if you have entries in php.ini