diff options
author | foobar <sniper@php.net> | 2005-12-30 12:21:48 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-30 12:21:48 +0000 |
commit | b905bddda8746ff57abb04693b49979757d71431 (patch) | |
tree | b49c9f57d962462136aeb732a061e1467ebbe75c | |
parent | ad5af84a3c8e819e02da8e888aa3c7c97d86d8b4 (diff) | |
download | php-git-b905bddda8746ff57abb04693b49979757d71431.tar.gz |
MFH
-rw-r--r-- | php.ini-dist | 2 | ||||
-rw-r--r-- | 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 |