From: Michael Wallner Date: Fri, 9 Feb 2007 16:02:36 +0000 (+0000) Subject: - uctitle X-Git-Tag: RELEASE_1_5_0_RC2~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=273c07d02d566bb0872879f34fd82803baa5eb20 - uctitle --- diff --git a/http.c b/http.c index 2ad9644..095cc1e 100644 --- a/http.c +++ b/http.c @@ -460,7 +460,7 @@ PHP_MINFO_FUNCTION(http) php_info_print_table_start(); php_info_print_table_colspan_header(4, "Persistent Handles"); - php_info_print_table_header(4, "Provider", "Ident", "used", "free"); + php_info_print_table_header(4, "Provider", "Ident", "Used", "Free"); { HashTable *ht; HashPosition pos1, pos2;