From: Peter Cowburn Date: Mon, 3 Oct 2011 08:45:06 +0000 (+0000) Subject: typofix (procgress to progress) X-Git-Tag: php-5.5.0alpha1~1052 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=004cc53ab96f8fa6f1c9d14436541590c30d6f35;p=php typofix (procgress to progress) --- diff --git a/php.ini-development b/php.ini-development index a5653bee70..40f78d769c 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1561,7 +1561,7 @@ session.hash_bits_per_character = 5 ; http://php.net/url-rewriter.tags url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" -; Enable upload procgress tracking in $_SESSION +; Enable upload progress tracking in $_SESSION ; Default Value: On ; Development Value: On ; Production Value: On diff --git a/php.ini-production b/php.ini-production index e0ce4d196b..a371459a96 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1561,7 +1561,7 @@ session.hash_bits_per_character = 5 ; http://php.net/url-rewriter.tags url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" -; Enable upload procgress tracking in $_SESSION +; Enable upload progress tracking in $_SESSION ; Default Value: On ; Development Value: On ; Production Value: On