From: Rasmus Lerdorf Date: Fri, 30 Dec 2005 17:15:55 +0000 (+0000) Subject: MFH - instantiated is correct X-Git-Tag: php-5.1.2RC2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7d2d2a689bc8d8508506e15b99e867e0fd8064c;p=php MFH - instantiated is correct --- diff --git a/php.ini-dist b/php.ini-dist index 922140d3b1..e1405ada52 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 instanciated. +; which should be instantiated. ; 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 7e863fa6b2..9eba2c20a8 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -197,7 +197,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 instanciated. +; which should be instantiated. ; 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