helly Tue Feb 8 14:10:06 2005 EDT
Modified files:
/php-src/ext/spl/examples autoload.inc dba_array.php dba_dump.php
dbaarray.inc dbareader.inc
directoryfilterdots.inc
directorygraphiterator.inc
directorytree.inc directorytree.php
directorytreeiterator.inc findfile.inc
findfile.php ini_groups.php inigroups.inc
keyfilter.inc nocvsdir.php
recursivefilteriterator.inc
regexfindfile.inc searchiterator.inc
tree.php
/php-src/ext/spl/internal appenditerator.inc cachingiterator.inc
cachingrecursiveiterator.inc
emptyiterator.inc filteriterator.inc
infiniteiterator.inc iteratoriterator.inc
limititerator.inc norewinditerator.inc
outeriterator.inc parentiterator.inc
recursiveiterator.inc
recursiveiteratoriterator.inc
seekableiterator.inc
Log:
- Update to 2005
http://cvs.php.net/diff.php/php-src/ext/spl/examples/autoload.inc?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/spl/examples/autoload.inc
diff -u php-src/ext/spl/examples/autoload.inc:1.6
php-src/ext/spl/examples/autoload.inc:1.7
--- php-src/ext/spl/examples/autoload.inc:1.6 Wed Jul 28 18:52:11 2004
+++ php-src/ext/spl/examples/autoload.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief function __autoload
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/dba_array.php?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/spl/examples/dba_array.php
diff -u php-src/ext/spl/examples/dba_array.php:1.5
php-src/ext/spl/examples/dba_array.php:1.6
--- php-src/ext/spl/examples/dba_array.php:1.5 Mon May 10 13:26:03 2004
+++ php-src/ext/spl/examples/dba_array.php Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @brief Program DBA array utility
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* Usage php dba_array.php \<file\> \<handler\> \<key\> [\<value\>]
*
http://cvs.php.net/diff.php/php-src/ext/spl/examples/dba_dump.php?r1=1.9&r2=1.10&ty=u
Index: php-src/ext/spl/examples/dba_dump.php
diff -u php-src/ext/spl/examples/dba_dump.php:1.9
php-src/ext/spl/examples/dba_dump.php:1.10
--- php-src/ext/spl/examples/dba_dump.php:1.9 Sun Oct 31 20:29:05 2004
+++ php-src/ext/spl/examples/dba_dump.php Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @brief Program DBA dump utility
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* Usage: php dba_dump.php \<file\> \<handler\> [\<regex\>]
*
http://cvs.php.net/diff.php/php-src/ext/spl/examples/dbaarray.inc?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/examples/dbaarray.inc
diff -u php-src/ext/spl/examples/dbaarray.inc:1.3
php-src/ext/spl/examples/dbaarray.inc:1.4
--- php-src/ext/spl/examples/dbaarray.inc:1.3 Sun Oct 31 20:29:05 2004
+++ php-src/ext/spl/examples/dbaarray.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DbaArray
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/dbareader.inc?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/spl/examples/dbareader.inc
diff -u php-src/ext/spl/examples/dbareader.inc:1.4
php-src/ext/spl/examples/dbareader.inc:1.5
--- php-src/ext/spl/examples/dbareader.inc:1.4 Fri Aug 27 16:38:15 2004
+++ php-src/ext/spl/examples/dbareader.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DbaReader
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/directoryfilterdots.inc?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/spl/examples/directoryfilterdots.inc
diff -u php-src/ext/spl/examples/directoryfilterdots.inc:1.5
php-src/ext/spl/examples/directoryfilterdots.inc:1.6
--- php-src/ext/spl/examples/directoryfilterdots.inc:1.5 Sun Oct 31
19:33:41 2004
+++ php-src/ext/spl/examples/directoryfilterdots.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryFilterDots
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/directorygraphiterator.inc?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/spl/examples/directorygraphiterator.inc
diff -u php-src/ext/spl/examples/directorygraphiterator.inc:1.6
php-src/ext/spl/examples/directorygraphiterator.inc:1.7
--- php-src/ext/spl/examples/directorygraphiterator.inc:1.6 Mon Nov 1
17:31:11 2004
+++ php-src/ext/spl/examples/directorygraphiterator.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryGraphIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/directorytree.inc?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/examples/directorytree.inc
diff -u php-src/ext/spl/examples/directorytree.inc:1.3
php-src/ext/spl/examples/directorytree.inc:1.4
--- php-src/ext/spl/examples/directorytree.inc:1.3 Mon May 10 13:26:03 2004
+++ php-src/ext/spl/examples/directorytree.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryTree
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/directorytree.php?r1=1.12&r2=1.13&ty=u
Index: php-src/ext/spl/examples/directorytree.php
diff -u php-src/ext/spl/examples/directorytree.php:1.12
php-src/ext/spl/examples/directorytree.php:1.13
--- php-src/ext/spl/examples/directorytree.php:1.12 Sun Oct 31 20:29:05 2004
+++ php-src/ext/spl/examples/directorytree.php Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @brief Program Directory tree example
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* Usage: php directorytree.php \<path\> [\<start\> [\<count\>]]
*
http://cvs.php.net/diff.php/php-src/ext/spl/examples/directorytreeiterator.inc?r1=1.12&r2=1.13&ty=u
Index: php-src/ext/spl/examples/directorytreeiterator.inc
diff -u php-src/ext/spl/examples/directorytreeiterator.inc:1.12
php-src/ext/spl/examples/directorytreeiterator.inc:1.13
--- php-src/ext/spl/examples/directorytreeiterator.inc:1.12 Mon May 10
13:26:03 2004
+++ php-src/ext/spl/examples/directorytreeiterator.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryTreeIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/findfile.inc?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/spl/examples/findfile.inc
diff -u php-src/ext/spl/examples/findfile.inc:1.6
php-src/ext/spl/examples/findfile.inc:1.7
--- php-src/ext/spl/examples/findfile.inc:1.6 Sun Oct 31 20:29:06 2004
+++ php-src/ext/spl/examples/findfile.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class FindFile
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/findfile.php?r1=1.9&r2=1.10&ty=u
Index: php-src/ext/spl/examples/findfile.php
diff -u php-src/ext/spl/examples/findfile.php:1.9
php-src/ext/spl/examples/findfile.php:1.10
--- php-src/ext/spl/examples/findfile.php:1.9 Sun Oct 31 20:29:06 2004
+++ php-src/ext/spl/examples/findfile.php Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @brief Program Find a specific file by name.
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* Usage: php findfile.php \<path\> \<name\>
*
http://cvs.php.net/diff.php/php-src/ext/spl/examples/ini_groups.php?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/spl/examples/ini_groups.php
diff -u php-src/ext/spl/examples/ini_groups.php:1.6
php-src/ext/spl/examples/ini_groups.php:1.7
--- php-src/ext/spl/examples/ini_groups.php:1.6 Sun Oct 31 20:29:06 2004
+++ php-src/ext/spl/examples/ini_groups.php Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @brief Program List groups within an ini file
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* Usage: php dba_dump.php \<file\> [\<regex\>]
*
http://cvs.php.net/diff.php/php-src/ext/spl/examples/inigroups.inc?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/examples/inigroups.inc
diff -u php-src/ext/spl/examples/inigroups.inc:1.3
php-src/ext/spl/examples/inigroups.inc:1.4
--- php-src/ext/spl/examples/inigroups.inc:1.3 Sun Oct 31 20:29:06 2004
+++ php-src/ext/spl/examples/inigroups.inc Tue Feb 8 14:10:04 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class IniGroups
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/keyfilter.inc?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/spl/examples/keyfilter.inc
diff -u php-src/ext/spl/examples/keyfilter.inc:1.2
php-src/ext/spl/examples/keyfilter.inc:1.3
--- php-src/ext/spl/examples/keyfilter.inc:1.2 Mon May 10 13:26:03 2004
+++ php-src/ext/spl/examples/keyfilter.inc Tue Feb 8 14:10:05 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class KeyFilter
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/nocvsdir.php?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/spl/examples/nocvsdir.php
diff -u php-src/ext/spl/examples/nocvsdir.php:1.1
php-src/ext/spl/examples/nocvsdir.php:1.2
--- php-src/ext/spl/examples/nocvsdir.php:1.1 Fri Oct 8 17:49:39 2004
+++ php-src/ext/spl/examples/nocvsdir.php Tue Feb 8 14:10:05 2005
@@ -4,7 +4,7 @@
* @brief Program Dir without CVS subdirs
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* Usage: php nocvsdir.php \<path\>
*
http://cvs.php.net/diff.php/php-src/ext/spl/examples/recursivefilteriterator.inc?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/spl/examples/recursivefilteriterator.inc
diff -u php-src/ext/spl/examples/recursivefilteriterator.inc:1.2
php-src/ext/spl/examples/recursivefilteriterator.inc:1.3
--- php-src/ext/spl/examples/recursivefilteriterator.inc:1.2 Fri Oct 8
17:49:39 2004
+++ php-src/ext/spl/examples/recursivefilteriterator.inc Tue Feb 8
14:10:05 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class RecursiveFilterIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/regexfindfile.inc?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/spl/examples/regexfindfile.inc
diff -u php-src/ext/spl/examples/regexfindfile.inc:1.2
php-src/ext/spl/examples/regexfindfile.inc:1.3
--- php-src/ext/spl/examples/regexfindfile.inc:1.2 Mon May 10 13:26:03 2004
+++ php-src/ext/spl/examples/regexfindfile.inc Tue Feb 8 14:10:05 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class RegexFindFile
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/searchiterator.inc?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/spl/examples/searchiterator.inc
diff -u php-src/ext/spl/examples/searchiterator.inc:1.6
php-src/ext/spl/examples/searchiterator.inc:1.7
--- php-src/ext/spl/examples/searchiterator.inc:1.6 Mon May 10 13:26:03 2004
+++ php-src/ext/spl/examples/searchiterator.inc Tue Feb 8 14:10:05 2005
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief abstract class SearchIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/examples/tree.php?r1=1.11&r2=1.12&ty=u
Index: php-src/ext/spl/examples/tree.php
diff -u php-src/ext/spl/examples/tree.php:1.11
php-src/ext/spl/examples/tree.php:1.12
--- php-src/ext/spl/examples/tree.php:1.11 Mon Nov 1 17:31:11 2004
+++ php-src/ext/spl/examples/tree.php Tue Feb 8 14:10:05 2005
@@ -4,7 +4,7 @@
* @brief Program Tree view example
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* Usage: php tree.php \<path\>
*
http://cvs.php.net/diff.php/php-src/ext/spl/internal/appenditerator.inc?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/spl/internal/appenditerator.inc
diff -u php-src/ext/spl/internal/appenditerator.inc:1.1
php-src/ext/spl/internal/appenditerator.inc:1.2
--- php-src/ext/spl/internal/appenditerator.inc:1.1 Sun Oct 31 19:26:59 2004
+++ php-src/ext/spl/internal/appenditerator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class AppendIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/cachingiterator.inc?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/spl/internal/cachingiterator.inc
diff -u php-src/ext/spl/internal/cachingiterator.inc:1.5
php-src/ext/spl/internal/cachingiterator.inc:1.6
--- php-src/ext/spl/internal/cachingiterator.inc:1.5 Tue Feb 8 14:00:19 2005
+++ php-src/ext/spl/internal/cachingiterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class CachingIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/cachingrecursiveiterator.inc?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/spl/internal/cachingrecursiveiterator.inc
diff -u php-src/ext/spl/internal/cachingrecursiveiterator.inc:1.5
php-src/ext/spl/internal/cachingrecursiveiterator.inc:1.6
--- php-src/ext/spl/internal/cachingrecursiveiterator.inc:1.5 Tue Feb 8
14:00:19 2005
+++ php-src/ext/spl/internal/cachingrecursiveiterator.inc Tue Feb 8
14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class CachingRecursiveIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/emptyiterator.inc?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/spl/internal/emptyiterator.inc
diff -u php-src/ext/spl/internal/emptyiterator.inc:1.1
php-src/ext/spl/internal/emptyiterator.inc:1.2
--- php-src/ext/spl/internal/emptyiterator.inc:1.1 Sun Oct 31 15:59:38 2004
+++ php-src/ext/spl/internal/emptyiterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class EmptyIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/filteriterator.inc?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/spl/internal/filteriterator.inc
diff -u php-src/ext/spl/internal/filteriterator.inc:1.6
php-src/ext/spl/internal/filteriterator.inc:1.7
--- php-src/ext/spl/internal/filteriterator.inc:1.6 Tue Feb 8 14:00:19 2005
+++ php-src/ext/spl/internal/filteriterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class FilterIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/infiniteiterator.inc?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/spl/internal/infiniteiterator.inc
diff -u php-src/ext/spl/internal/infiniteiterator.inc:1.2
php-src/ext/spl/internal/infiniteiterator.inc:1.3
--- php-src/ext/spl/internal/infiniteiterator.inc:1.2 Sun Oct 31 14:51:34 2004
+++ php-src/ext/spl/internal/infiniteiterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class InfiniteIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/iteratoriterator.inc?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/spl/internal/iteratoriterator.inc
diff -u php-src/ext/spl/internal/iteratoriterator.inc:1.2
php-src/ext/spl/internal/iteratoriterator.inc:1.3
--- php-src/ext/spl/internal/iteratoriterator.inc:1.2 Sun Oct 31 14:05:36 2004
+++ php-src/ext/spl/internal/iteratoriterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class IteratorIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/limititerator.inc?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/spl/internal/limititerator.inc
diff -u php-src/ext/spl/internal/limititerator.inc:1.6
php-src/ext/spl/internal/limititerator.inc:1.7
--- php-src/ext/spl/internal/limititerator.inc:1.6 Tue Feb 8 14:00:19 2005
+++ php-src/ext/spl/internal/limititerator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class LimitIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/norewinditerator.inc?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/spl/internal/norewinditerator.inc
diff -u php-src/ext/spl/internal/norewinditerator.inc:1.2
php-src/ext/spl/internal/norewinditerator.inc:1.3
--- php-src/ext/spl/internal/norewinditerator.inc:1.2 Sun Oct 31 14:51:34 2004
+++ php-src/ext/spl/internal/norewinditerator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class NoRewindIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/outeriterator.inc?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/internal/outeriterator.inc
diff -u php-src/ext/spl/internal/outeriterator.inc:1.3
php-src/ext/spl/internal/outeriterator.inc:1.4
--- php-src/ext/spl/internal/outeriterator.inc:1.3 Sun Oct 31 14:05:36 2004
+++ php-src/ext/spl/internal/outeriterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class OuterIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/parentiterator.inc?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/internal/parentiterator.inc
diff -u php-src/ext/spl/internal/parentiterator.inc:1.3
php-src/ext/spl/internal/parentiterator.inc:1.4
--- php-src/ext/spl/internal/parentiterator.inc:1.3 Sun Oct 31 14:05:37 2004
+++ php-src/ext/spl/internal/parentiterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class FilterIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/recursiveiterator.inc?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/spl/internal/recursiveiterator.inc
diff -u php-src/ext/spl/internal/recursiveiterator.inc:1.4
php-src/ext/spl/internal/recursiveiterator.inc:1.5
--- php-src/ext/spl/internal/recursiveiterator.inc:1.4 Mon Nov 1 13:11:39 2004
+++ php-src/ext/spl/internal/recursiveiterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class RecursiveIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/recursiveiteratoriterator.inc?r1=1.7&r2=1.8&ty=u
Index: php-src/ext/spl/internal/recursiveiteratoriterator.inc
diff -u php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.7
php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.8
--- php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.7 Tue Feb 8
14:00:19 2005
+++ php-src/ext/spl/internal/recursiveiteratoriterator.inc Tue Feb 8
14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class RecursiveIteratorIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/diff.php/php-src/ext/spl/internal/seekableiterator.inc?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/spl/internal/seekableiterator.inc
diff -u php-src/ext/spl/internal/seekableiterator.inc:1.3
php-src/ext/spl/internal/seekableiterator.inc:1.4
--- php-src/ext/spl/internal/seekableiterator.inc:1.3 Sun Oct 31 14:05:37 2004
+++ php-src/ext/spl/internal/seekableiterator.inc Tue Feb 8 14:10:06 2005
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class SeekableIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php