helly Tue Feb 21 23:21:53 2006 UTC
Modified files:
/php-src/ext/spl spl.php
/php-src/ext/spl/examples autoload.inc cachingrecursiveiterator.inc
class_tree.php dba_array.php dba_dump.php
dbaarray.inc dbareader.inc
directoryfilterdots.inc
directorygraphiterator.inc
directorytree.inc directorytree.php
directorytree_size.php
directorytreeiterator.inc findfile.inc
findfile.php ini_groups.php inigroups.inc
keyfilter.inc regexfindfile.inc
searchiterator.inc tree.php xml_tree.php
xml_xpath_tree.php
/php-src/ext/spl/internal appenditerator.inc cachingiterator.inc
emptyiterator.inc filteriterator.inc
infiniteiterator.inc iteratoriterator.inc
limititerator.inc norewinditerator.inc
outeriterator.inc parentiterator.inc
recursivearrayiterator.inc
recursivecachingiterator.inc
recursivefilteriterator.inc
recursiveiterator.inc
recursiveiteratoriterator.inc
seekableiterator.inc splfileobject.inc
splobjectstorage.inc
Log:
- 2006 now
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl.php?r1=1.70&r2=1.71&diff_format=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.70 php-src/ext/spl/spl.php:1.71
--- php-src/ext/spl/spl.php:1.70 Tue Feb 21 21:22:39 2006
+++ php-src/ext/spl/spl.php Tue Feb 21 23:21:53 2006
@@ -6,7 +6,7 @@
*
* SPL - Standard PHP Library
*
- * (c) Marcus Boerger, 2003 - 2005
+ * (c) Marcus Boerger, 2003 - 2006
*/
/** @mainpage SPL - Standard PHP Library
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/autoload.inc?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/spl/examples/autoload.inc
diff -u php-src/ext/spl/examples/autoload.inc:1.7
php-src/ext/spl/examples/autoload.inc:1.8
--- php-src/ext/spl/examples/autoload.inc:1.7 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/autoload.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief function __autoload
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/cachingrecursiveiterator.inc?r1=1.10&r2=1.11&diff_format=u
Index: php-src/ext/spl/examples/cachingrecursiveiterator.inc
diff -u php-src/ext/spl/examples/cachingrecursiveiterator.inc:1.10
php-src/ext/spl/examples/cachingrecursiveiterator.inc:1.11
--- php-src/ext/spl/examples/cachingrecursiveiterator.inc:1.10 Mon Sep 19
18:28:01 2005
+++ php-src/ext/spl/examples/cachingrecursiveiterator.inc Tue Feb 21
23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class CachingRecursiveIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/class_tree.php?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/spl/examples/class_tree.php
diff -u php-src/ext/spl/examples/class_tree.php:1.6
php-src/ext/spl/examples/class_tree.php:1.7
--- php-src/ext/spl/examples/class_tree.php:1.6 Sun Oct 30 16:07:29 2005
+++ php-src/ext/spl/examples/class_tree.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief Class Tree example
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
* @version 1.1
*
* Usage: php class_tree.php \<class\>
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/dba_array.php?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/spl/examples/dba_array.php
diff -u php-src/ext/spl/examples/dba_array.php:1.6
php-src/ext/spl/examples/dba_array.php:1.7
--- php-src/ext/spl/examples/dba_array.php:1.6 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/dba_array.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief Program DBA array utility
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* Usage php dba_array.php \<file\> \<handler\> \<key\> [\<value\>]
*
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/dba_dump.php?r1=1.10&r2=1.11&diff_format=u
Index: php-src/ext/spl/examples/dba_dump.php
diff -u php-src/ext/spl/examples/dba_dump.php:1.10
php-src/ext/spl/examples/dba_dump.php:1.11
--- php-src/ext/spl/examples/dba_dump.php:1.10 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/dba_dump.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief Program DBA dump utility
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* Usage: php dba_dump.php \<file\> \<handler\> [\<regex\>]
*
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/dbaarray.inc?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/spl/examples/dbaarray.inc
diff -u php-src/ext/spl/examples/dbaarray.inc:1.4
php-src/ext/spl/examples/dbaarray.inc:1.5
--- php-src/ext/spl/examples/dbaarray.inc:1.4 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/dbaarray.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DbaArray
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/dbareader.inc?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/spl/examples/dbareader.inc
diff -u php-src/ext/spl/examples/dbareader.inc:1.5
php-src/ext/spl/examples/dbareader.inc:1.6
--- php-src/ext/spl/examples/dbareader.inc:1.5 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/dbareader.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DbaReader
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/directoryfilterdots.inc?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/spl/examples/directoryfilterdots.inc
diff -u php-src/ext/spl/examples/directoryfilterdots.inc:1.6
php-src/ext/spl/examples/directoryfilterdots.inc:1.7
--- php-src/ext/spl/examples/directoryfilterdots.inc:1.6 Tue Feb 8
19:10:04 2005
+++ php-src/ext/spl/examples/directoryfilterdots.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryFilterDots
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/directorygraphiterator.inc?r1=1.10&r2=1.11&diff_format=u
Index: php-src/ext/spl/examples/directorygraphiterator.inc
diff -u php-src/ext/spl/examples/directorygraphiterator.inc:1.10
php-src/ext/spl/examples/directorygraphiterator.inc:1.11
--- php-src/ext/spl/examples/directorygraphiterator.inc:1.10 Wed Jan 4
15:34:26 2006
+++ php-src/ext/spl/examples/directorygraphiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryGraphIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/directorytree.inc?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/spl/examples/directorytree.inc
diff -u php-src/ext/spl/examples/directorytree.inc:1.4
php-src/ext/spl/examples/directorytree.inc:1.5
--- php-src/ext/spl/examples/directorytree.inc:1.4 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/directorytree.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryTree
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/directorytree.php?r1=1.13&r2=1.14&diff_format=u
Index: php-src/ext/spl/examples/directorytree.php
diff -u php-src/ext/spl/examples/directorytree.php:1.13
php-src/ext/spl/examples/directorytree.php:1.14
--- php-src/ext/spl/examples/directorytree.php:1.13 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/directorytree.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief Program Directory tree example
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* Usage: php directorytree.php \<path\> [\<start\> [\<count\>]]
*
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/directorytree_size.php?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/examples/directorytree_size.php
diff -u php-src/ext/spl/examples/directorytree_size.php:1.1
php-src/ext/spl/examples/directorytree_size.php:1.2
--- php-src/ext/spl/examples/directorytree_size.php:1.1 Sat Oct 8 18:57:16 2005
+++ php-src/ext/spl/examples/directorytree_size.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief Program Directory tree size example
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* Usage: php directorytree_size.php \<path\>
*
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/directorytreeiterator.inc?r1=1.16&r2=1.17&diff_format=u
Index: php-src/ext/spl/examples/directorytreeiterator.inc
diff -u php-src/ext/spl/examples/directorytreeiterator.inc:1.16
php-src/ext/spl/examples/directorytreeiterator.inc:1.17
--- php-src/ext/spl/examples/directorytreeiterator.inc:1.16 Wed Jan 4
15:34:26 2006
+++ php-src/ext/spl/examples/directorytreeiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryTreeIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/findfile.inc?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/spl/examples/findfile.inc
diff -u php-src/ext/spl/examples/findfile.inc:1.7
php-src/ext/spl/examples/findfile.inc:1.8
--- php-src/ext/spl/examples/findfile.inc:1.7 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/findfile.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class FindFile
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/findfile.php?r1=1.10&r2=1.11&diff_format=u
Index: php-src/ext/spl/examples/findfile.php
diff -u php-src/ext/spl/examples/findfile.php:1.10
php-src/ext/spl/examples/findfile.php:1.11
--- php-src/ext/spl/examples/findfile.php:1.10 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/findfile.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief Program Find a specific file by name.
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* Usage: php findfile.php \<path\> \<name\>
*
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/ini_groups.php?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/spl/examples/ini_groups.php
diff -u php-src/ext/spl/examples/ini_groups.php:1.7
php-src/ext/spl/examples/ini_groups.php:1.8
--- php-src/ext/spl/examples/ini_groups.php:1.7 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/ini_groups.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief Program List groups within an ini file
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* Usage: php dba_dump.php \<file\> [\<regex\>]
*
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/inigroups.inc?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/spl/examples/inigroups.inc
diff -u php-src/ext/spl/examples/inigroups.inc:1.4
php-src/ext/spl/examples/inigroups.inc:1.5
--- php-src/ext/spl/examples/inigroups.inc:1.4 Tue Feb 8 19:10:04 2005
+++ php-src/ext/spl/examples/inigroups.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class IniGroups
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/keyfilter.inc?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/examples/keyfilter.inc
diff -u php-src/ext/spl/examples/keyfilter.inc:1.3
php-src/ext/spl/examples/keyfilter.inc:1.4
--- php-src/ext/spl/examples/keyfilter.inc:1.3 Tue Feb 8 19:10:05 2005
+++ php-src/ext/spl/examples/keyfilter.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class KeyFilter
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/regexfindfile.inc?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/examples/regexfindfile.inc
diff -u php-src/ext/spl/examples/regexfindfile.inc:1.3
php-src/ext/spl/examples/regexfindfile.inc:1.4
--- php-src/ext/spl/examples/regexfindfile.inc:1.3 Tue Feb 8 19:10:05 2005
+++ php-src/ext/spl/examples/regexfindfile.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class RegexFindFile
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/searchiterator.inc?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/spl/examples/searchiterator.inc
diff -u php-src/ext/spl/examples/searchiterator.inc:1.7
php-src/ext/spl/examples/searchiterator.inc:1.8
--- php-src/ext/spl/examples/searchiterator.inc:1.7 Tue Feb 8 19:10:05 2005
+++ php-src/ext/spl/examples/searchiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief abstract class SearchIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/tree.php?r1=1.12&r2=1.13&diff_format=u
Index: php-src/ext/spl/examples/tree.php
diff -u php-src/ext/spl/examples/tree.php:1.12
php-src/ext/spl/examples/tree.php:1.13
--- php-src/ext/spl/examples/tree.php:1.12 Tue Feb 8 19:10:05 2005
+++ php-src/ext/spl/examples/tree.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief Program Tree view example
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* Usage: php tree.php \<path\>
*
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/xml_tree.php?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/examples/xml_tree.php
diff -u php-src/ext/spl/examples/xml_tree.php:1.2
php-src/ext/spl/examples/xml_tree.php:1.3
--- php-src/ext/spl/examples/xml_tree.php:1.2 Tue Nov 1 21:46:33 2005
+++ php-src/ext/spl/examples/xml_tree.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief XML Tree example
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
* @version 1.0
*
* Usage: php xml_tree.php \<file\> [\<len\>]
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/xml_xpath_tree.php?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/examples/xml_xpath_tree.php
diff -u php-src/ext/spl/examples/xml_xpath_tree.php:1.2
php-src/ext/spl/examples/xml_xpath_tree.php:1.3
--- php-src/ext/spl/examples/xml_xpath_tree.php:1.2 Tue Nov 1 21:46:33 2005
+++ php-src/ext/spl/examples/xml_xpath_tree.php Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @brief XML XPath Tree example
* @ingroup Examples
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
* @version 1.0
*
* Usage: php xml_tree.php \<file\> \<xpath\> [\<len\>]
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/appenditerator.inc?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/internal/appenditerator.inc
diff -u php-src/ext/spl/internal/appenditerator.inc:1.3
php-src/ext/spl/internal/appenditerator.inc:1.4
--- php-src/ext/spl/internal/appenditerator.inc:1.3 Thu Feb 17 00:24:57 2005
+++ php-src/ext/spl/internal/appenditerator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class AppendIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/cachingiterator.inc?r1=1.10&r2=1.11&diff_format=u
Index: php-src/ext/spl/internal/cachingiterator.inc
diff -u php-src/ext/spl/internal/cachingiterator.inc:1.10
php-src/ext/spl/internal/cachingiterator.inc:1.11
--- php-src/ext/spl/internal/cachingiterator.inc:1.10 Sat Oct 8 18:57:17 2005
+++ php-src/ext/spl/internal/cachingiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class CachingIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/emptyiterator.inc?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/internal/emptyiterator.inc
diff -u php-src/ext/spl/internal/emptyiterator.inc:1.3
php-src/ext/spl/internal/emptyiterator.inc:1.4
--- php-src/ext/spl/internal/emptyiterator.inc:1.3 Thu Feb 17 00:24:57 2005
+++ php-src/ext/spl/internal/emptyiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class EmptyIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/filteriterator.inc?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/spl/internal/filteriterator.inc
diff -u php-src/ext/spl/internal/filteriterator.inc:1.8
php-src/ext/spl/internal/filteriterator.inc:1.9
--- php-src/ext/spl/internal/filteriterator.inc:1.8 Thu Feb 17 00:24:57 2005
+++ php-src/ext/spl/internal/filteriterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class FilterIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/infiniteiterator.inc?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/spl/internal/infiniteiterator.inc
diff -u php-src/ext/spl/internal/infiniteiterator.inc:1.4
php-src/ext/spl/internal/infiniteiterator.inc:1.5
--- php-src/ext/spl/internal/infiniteiterator.inc:1.4 Thu Feb 17 00:24:57 2005
+++ php-src/ext/spl/internal/infiniteiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class InfiniteIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/iteratoriterator.inc?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/spl/internal/iteratoriterator.inc
diff -u php-src/ext/spl/internal/iteratoriterator.inc:1.6
php-src/ext/spl/internal/iteratoriterator.inc:1.7
--- php-src/ext/spl/internal/iteratoriterator.inc:1.6 Sun Dec 18 21:00:59 2005
+++ php-src/ext/spl/internal/iteratoriterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class IteratorIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/limititerator.inc?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/spl/internal/limititerator.inc
diff -u php-src/ext/spl/internal/limititerator.inc:1.9
php-src/ext/spl/internal/limititerator.inc:1.10
--- php-src/ext/spl/internal/limititerator.inc:1.9 Thu Jan 5 19:00:01 2006
+++ php-src/ext/spl/internal/limititerator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class LimitIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/norewinditerator.inc?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/spl/internal/norewinditerator.inc
diff -u php-src/ext/spl/internal/norewinditerator.inc:1.4
php-src/ext/spl/internal/norewinditerator.inc:1.5
--- php-src/ext/spl/internal/norewinditerator.inc:1.4 Thu Feb 17 00:24:57 2005
+++ php-src/ext/spl/internal/norewinditerator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class NoRewindIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/outeriterator.inc?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/spl/internal/outeriterator.inc
diff -u php-src/ext/spl/internal/outeriterator.inc:1.5
php-src/ext/spl/internal/outeriterator.inc:1.6
--- php-src/ext/spl/internal/outeriterator.inc:1.5 Thu Feb 17 00:24:57 2005
+++ php-src/ext/spl/internal/outeriterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class OuterIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/parentiterator.inc?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/spl/internal/parentiterator.inc
diff -u php-src/ext/spl/internal/parentiterator.inc:1.7
php-src/ext/spl/internal/parentiterator.inc:1.8
--- php-src/ext/spl/internal/parentiterator.inc:1.7 Thu Sep 15 03:52:58 2005
+++ php-src/ext/spl/internal/parentiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class FilterIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/recursivearrayiterator.inc?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/internal/recursivearrayiterator.inc
diff -u php-src/ext/spl/internal/recursivearrayiterator.inc:1.2
php-src/ext/spl/internal/recursivearrayiterator.inc:1.3
--- php-src/ext/spl/internal/recursivearrayiterator.inc:1.2 Mon Oct 3
09:12:39 2005
+++ php-src/ext/spl/internal/recursivearrayiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class RecursiveArrayIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/recursivecachingiterator.inc?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/internal/recursivecachingiterator.inc
diff -u php-src/ext/spl/internal/recursivecachingiterator.inc:1.1
php-src/ext/spl/internal/recursivecachingiterator.inc:1.2
--- php-src/ext/spl/internal/recursivecachingiterator.inc:1.1 Sun Sep 18
16:51:24 2005
+++ php-src/ext/spl/internal/recursivecachingiterator.inc Tue Feb 21
23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class RecursiveCachingIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/recursivefilteriterator.inc?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/spl/internal/recursivefilteriterator.inc
diff -u php-src/ext/spl/internal/recursivefilteriterator.inc:1.5
php-src/ext/spl/internal/recursivefilteriterator.inc:1.6
--- php-src/ext/spl/internal/recursivefilteriterator.inc:1.5 Thu Sep 15
03:31:37 2005
+++ php-src/ext/spl/internal/recursivefilteriterator.inc Tue Feb 21
23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class RecursiveFilterIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/recursiveiterator.inc?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/spl/internal/recursiveiterator.inc
diff -u php-src/ext/spl/internal/recursiveiterator.inc:1.6
php-src/ext/spl/internal/recursiveiterator.inc:1.7
--- php-src/ext/spl/internal/recursiveiterator.inc:1.6 Thu Feb 17 00:24:57 2005
+++ php-src/ext/spl/internal/recursiveiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class RecursiveIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/recursiveiteratoriterator.inc?r1=1.17&r2=1.18&diff_format=u
Index: php-src/ext/spl/internal/recursiveiteratoriterator.inc
diff -u php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.17
php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.18
--- php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.17 Sat Oct 8
18:57:17 2005
+++ php-src/ext/spl/internal/recursiveiteratoriterator.inc Tue Feb 21
23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class RecursiveIteratorIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/seekableiterator.inc?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/spl/internal/seekableiterator.inc
diff -u php-src/ext/spl/internal/seekableiterator.inc:1.6
php-src/ext/spl/internal/seekableiterator.inc:1.7
--- php-src/ext/spl/internal/seekableiterator.inc:1.6 Tue Mar 1 23:44:05 2005
+++ php-src/ext/spl/internal/seekableiterator.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class SeekableIterator
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/splfileobject.inc?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/internal/splfileobject.inc
diff -u php-src/ext/spl/internal/splfileobject.inc:1.2
php-src/ext/spl/internal/splfileobject.inc:1.3
--- php-src/ext/spl/internal/splfileobject.inc:1.2 Sat Oct 8 18:57:17 2005
+++ php-src/ext/spl/internal/splfileobject.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class FileObject
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/splobjectstorage.inc?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/spl/internal/splobjectstorage.inc
diff -u php-src/ext/spl/internal/splobjectstorage.inc:1.2
php-src/ext/spl/internal/splobjectstorage.inc:1.3
--- php-src/ext/spl/internal/splobjectstorage.inc:1.2 Fri Sep 2 19:16:43 2005
+++ php-src/ext/spl/internal/splobjectstorage.inc Tue Feb 21 23:21:53 2006
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class SplObjectStorage
* @author Marcus Boerger
- * @date 2003 - 2005
+ * @date 2003 - 2006
*
* SPL - Standard PHP Library
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php