From b905bddda8746ff57abb04693b49979757d71431 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 30 Dec 2005 12:21:48 +0000 Subject: [PATCH] MFH --- 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 e1405ada52..922140d3b1 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 65625975f5..7e863fa6b2 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -1165,7 +1165,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