rasmus Fri Dec 30 17:19:44 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src php.ini-dist php.ini-recommended run-tests.php
Log:
MFH - instantiated is correct
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-dist?r1=1.171.2.28.2.2&r2=1.171.2.28.2.3&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.171.2.28.2.2 php-src/php.ini-dist:1.171.2.28.2.3
--- php-src/php.ini-dist:1.171.2.28.2.2 Fri Dec 30 12:27:05 2005
+++ php-src/php.ini-dist Fri Dec 30 17:19:43 2005
@@ -130,7 +130,7 @@
; 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
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-recommended?r1=1.119.2.25.2.2&r2=1.119.2.25.2.3&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.119.2.25.2.2
php-src/php.ini-recommended:1.119.2.25.2.3
--- php-src/php.ini-recommended:1.119.2.25.2.2 Fri Dec 30 12:27:05 2005
+++ php-src/php.ini-recommended Fri Dec 30 17:19:43 2005
@@ -143,7 +143,7 @@
; 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
http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.119.2.39.2.1&r2=1.119.2.39.2.2&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.119.2.39.2.1
php-src/run-tests.php:1.119.2.39.2.2
--- php-src/run-tests.php:1.119.2.39.2.1 Sat Jun 18 22:54:07 2005
+++ php-src/run-tests.php Fri Dec 30 17:19:43 2005
@@ -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
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php