From 7b980c6f957660c0c781cdf01596388907b16188 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 30 Dec 2005 12:20:39 +0000 Subject: [PATCH] typofixes --- php.ini-dist | 2 +- php.ini-recommended | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0