From: Rasmus Lerdorf Date: Fri, 30 Dec 2005 17:19:43 +0000 (+0000) Subject: MFH - instantiated is correct X-Git-Tag: php-4.4.2RC2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c4198f03f77e1115e6ab714bcb9f4fa06049167;p=php MFH - instantiated is correct --- diff --git a/php.ini-dist b/php.ini-dist index da98f67bee..da5afc9d8f 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -130,7 +130,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 98f4603ad8..1311815a8d 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -143,7 +143,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/run-tests.php b/run-tests.php index c6aee942ab..458ab8ecac 100755 --- a/run-tests.php +++ b/run-tests.php @@ -33,7 +33,7 @@ /* * TODO: - * - do not test PEAR components if base class and/or component class cannot be instanciated + * - do not test PEAR components if base class and/or component class cannot be instantiated */