From: foobar Date: Fri, 30 Dec 2005 12:20:39 +0000 (+0000) Subject: typofixes X-Git-Tag: RELEASE_1_0_4~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b980c6f957660c0c781cdf01596388907b16188;p=php typofixes --- diff --git a/php.ini-dist b/php.ini-dist index 426d4c30a1..fc4a660311 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -139,7 +139,7 @@ implicit_flush = Off ; The unserialize callback function will be called (with the undefined class' ; name as parameter), if the unserializer finds an undefined class -; which should be instantiated. +; which should be instanciated. ; A warning appears if the specified function is not defined, or if the ; function doesn't include/implement the missing class. ; So only set this entry, if you really want to implement such a diff --git a/php.ini-recommended b/php.ini-recommended index 1bc4bc3478..9fa15ce20e 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -1175,7 +1175,7 @@ pfpro.defaulttimeout = 30 ; registered as output buffer to function ;mbstring.http_output = SJIS -; enable automatic encoding translation accoding to +; enable automatic encoding translation according to ; mbstring.internal_encoding setting. Input chars are ; converted to internal encoding by setting this to On. ; Note: Do _not_ use automatic encoding translation for