From: Rasmus Lerdorf Date: Fri, 30 Dec 2005 17:13:30 +0000 (+0000) Subject: instantiated was correct X-Git-Tag: RELEASE_1_0_4~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=577cdcfa2727bcf6429317739e78aa80ab9f4555;p=php instantiated was correct --- diff --git a/php.ini-dist b/php.ini-dist index fc4a660311..426d4c30a1 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 9fa15ce20e..7cab898a9a 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