helly Tue Feb 8 14:05:26 2005 EDT Modified files: /php-src/ext/spl spl.php Log: - Fix year and speling http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.39&r2=1.40&ty=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.39 php-src/ext/spl/spl.php:1.40 --- php-src/ext/spl/spl.php:1.39 Mon Nov 1 13:11:38 2004 +++ php-src/ext/spl/spl.php Tue Feb 8 14:05:25 2005 @@ -6,7 +6,7 @@ * * SPL - Standard PHP Library * - * (c) Marcus Boerger, 2003 - 2004 + * (c) Marcus Boerger, 2003 - 2005 */ /** @mainpage SPL - Standard PHP Library @@ -69,7 +69,7 @@ * * 5) Counting * - * - interface Counable allows to hook into the standard array function count(). + * - interface Countable allows to hook into the standard array function count(). * * 6) Exceptions * @@ -98,7 +98,7 @@ * You can download this documentation as a chm file * <a href="http://php.net/~helly/php/ext/spl/spl.chm">here</a>. * - * (c) Marcus Boerger, 2003 - 2004 + * (c) Marcus Boerger, 2003 - 2005 */ /** @defgroup ZendEngine Zend engine classes
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php