summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/spl/examples/autoload.inc2
-rwxr-xr-xext/spl/examples/dba_array.php2
-rwxr-xr-xext/spl/examples/dba_dump.php2
-rwxr-xr-xext/spl/examples/dbaarray.inc2
-rwxr-xr-xext/spl/examples/dbareader.inc2
-rwxr-xr-xext/spl/examples/directoryfilterdots.inc2
-rw-r--r--ext/spl/examples/directorygraphiterator.inc2
-rwxr-xr-xext/spl/examples/directorytree.inc2
-rwxr-xr-xext/spl/examples/directorytree.php2
-rw-r--r--ext/spl/examples/directorytreeiterator.inc2
-rwxr-xr-xext/spl/examples/findfile.inc2
-rwxr-xr-xext/spl/examples/findfile.php2
-rwxr-xr-xext/spl/examples/ini_groups.php2
-rwxr-xr-xext/spl/examples/inigroups.inc2
-rwxr-xr-xext/spl/examples/keyfilter.inc2
-rwxr-xr-xext/spl/examples/nocvsdir.php2
-rwxr-xr-xext/spl/examples/recursivefilteriterator.inc2
-rwxr-xr-xext/spl/examples/regexfindfile.inc2
-rwxr-xr-xext/spl/examples/searchiterator.inc2
-rwxr-xr-xext/spl/examples/tree.php2
-rwxr-xr-xext/spl/internal/appenditerator.inc2
-rwxr-xr-xext/spl/internal/cachingiterator.inc2
-rwxr-xr-xext/spl/internal/cachingrecursiveiterator.inc2
-rwxr-xr-xext/spl/internal/emptyiterator.inc2
-rwxr-xr-xext/spl/internal/filteriterator.inc2
-rwxr-xr-xext/spl/internal/infiniteiterator.inc2
-rwxr-xr-xext/spl/internal/iteratoriterator.inc2
-rwxr-xr-xext/spl/internal/limititerator.inc2
-rwxr-xr-xext/spl/internal/norewinditerator.inc2
-rwxr-xr-xext/spl/internal/outeriterator.inc2
-rwxr-xr-xext/spl/internal/parentiterator.inc2
-rwxr-xr-xext/spl/internal/recursiveiterator.inc2
-rwxr-xr-xext/spl/internal/recursiveiteratoriterator.inc2
-rwxr-xr-xext/spl/internal/seekableiterator.inc2
34 files changed, 34 insertions, 34 deletions
diff --git a/ext/spl/examples/autoload.inc b/ext/spl/examples/autoload.inc
index 7fecfa5758..5871e7d63b 100755
--- a/ext/spl/examples/autoload.inc
+++ b/ext/spl/examples/autoload.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief function __autoload
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/dba_array.php b/ext/spl/examples/dba_array.php
index dfdaf8fb75..346ac1f2f7 100755
--- a/ext/spl/examples/dba_array.php
+++ b/ext/spl/examples/dba_array.php
@@ -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\>]
*
diff --git a/ext/spl/examples/dba_dump.php b/ext/spl/examples/dba_dump.php
index 1f68622032..2c698d427a 100755
--- a/ext/spl/examples/dba_dump.php
+++ b/ext/spl/examples/dba_dump.php
@@ -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\>]
*
diff --git a/ext/spl/examples/dbaarray.inc b/ext/spl/examples/dbaarray.inc
index 54f5ec844b..fcd6bb378a 100755
--- a/ext/spl/examples/dbaarray.inc
+++ b/ext/spl/examples/dbaarray.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DbaArray
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/dbareader.inc b/ext/spl/examples/dbareader.inc
index bc3ee83a30..b09791239b 100755
--- a/ext/spl/examples/dbareader.inc
+++ b/ext/spl/examples/dbareader.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DbaReader
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/directoryfilterdots.inc b/ext/spl/examples/directoryfilterdots.inc
index fe03a81411..fceeda2a23 100755
--- a/ext/spl/examples/directoryfilterdots.inc
+++ b/ext/spl/examples/directoryfilterdots.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryFilterDots
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/directorygraphiterator.inc b/ext/spl/examples/directorygraphiterator.inc
index 6847de4a19..ea31aa2b8a 100644
--- a/ext/spl/examples/directorygraphiterator.inc
+++ b/ext/spl/examples/directorygraphiterator.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryGraphIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/directorytree.inc b/ext/spl/examples/directorytree.inc
index 5c19c09931..7bd9c2c597 100755
--- a/ext/spl/examples/directorytree.inc
+++ b/ext/spl/examples/directorytree.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryTree
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/directorytree.php b/ext/spl/examples/directorytree.php
index 10047e7c0a..dc26d6cc22 100755
--- a/ext/spl/examples/directorytree.php
+++ b/ext/spl/examples/directorytree.php
@@ -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\>]]
*
diff --git a/ext/spl/examples/directorytreeiterator.inc b/ext/spl/examples/directorytreeiterator.inc
index 38bf240e70..845e7fdce3 100644
--- a/ext/spl/examples/directorytreeiterator.inc
+++ b/ext/spl/examples/directorytreeiterator.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class DirectoryTreeIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/findfile.inc b/ext/spl/examples/findfile.inc
index da51af81d4..05d525a3fb 100755
--- a/ext/spl/examples/findfile.inc
+++ b/ext/spl/examples/findfile.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class FindFile
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/findfile.php b/ext/spl/examples/findfile.php
index 0ed027c479..60146cbffd 100755
--- a/ext/spl/examples/findfile.php
+++ b/ext/spl/examples/findfile.php
@@ -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\>
*
diff --git a/ext/spl/examples/ini_groups.php b/ext/spl/examples/ini_groups.php
index 11e9136992..5136911096 100755
--- a/ext/spl/examples/ini_groups.php
+++ b/ext/spl/examples/ini_groups.php
@@ -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\>]
*
diff --git a/ext/spl/examples/inigroups.inc b/ext/spl/examples/inigroups.inc
index abe7e2751b..62cfa3e029 100755
--- a/ext/spl/examples/inigroups.inc
+++ b/ext/spl/examples/inigroups.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class IniGroups
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/keyfilter.inc b/ext/spl/examples/keyfilter.inc
index b166ef3f7d..eaf6b77364 100755
--- a/ext/spl/examples/keyfilter.inc
+++ b/ext/spl/examples/keyfilter.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class KeyFilter
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/nocvsdir.php b/ext/spl/examples/nocvsdir.php
index fc0cab37d9..5ad57864b0 100755
--- a/ext/spl/examples/nocvsdir.php
+++ b/ext/spl/examples/nocvsdir.php
@@ -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\>
*
diff --git a/ext/spl/examples/recursivefilteriterator.inc b/ext/spl/examples/recursivefilteriterator.inc
index 0c1c901fb3..44e1bbcb99 100755
--- a/ext/spl/examples/recursivefilteriterator.inc
+++ b/ext/spl/examples/recursivefilteriterator.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class RecursiveFilterIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/regexfindfile.inc b/ext/spl/examples/regexfindfile.inc
index af3b293a17..d5dd722536 100755
--- a/ext/spl/examples/regexfindfile.inc
+++ b/ext/spl/examples/regexfindfile.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief class RegexFindFile
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/searchiterator.inc b/ext/spl/examples/searchiterator.inc
index 4d05cec5f1..944a4ac5a5 100755
--- a/ext/spl/examples/searchiterator.inc
+++ b/ext/spl/examples/searchiterator.inc
@@ -4,7 +4,7 @@
* @ingroup Examples
* @brief abstract class SearchIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/examples/tree.php b/ext/spl/examples/tree.php
index d7a321dffc..5af36a673c 100755
--- a/ext/spl/examples/tree.php
+++ b/ext/spl/examples/tree.php
@@ -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\>
*
diff --git a/ext/spl/internal/appenditerator.inc b/ext/spl/internal/appenditerator.inc
index 256d4cc22b..1d7b58fa86 100755
--- a/ext/spl/internal/appenditerator.inc
+++ b/ext/spl/internal/appenditerator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class AppendIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/cachingiterator.inc b/ext/spl/internal/cachingiterator.inc
index bf0ffb2ff0..faa78d160a 100755
--- a/ext/spl/internal/cachingiterator.inc
+++ b/ext/spl/internal/cachingiterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class CachingIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/cachingrecursiveiterator.inc b/ext/spl/internal/cachingrecursiveiterator.inc
index 7e20f661c3..283de0ddb6 100755
--- a/ext/spl/internal/cachingrecursiveiterator.inc
+++ b/ext/spl/internal/cachingrecursiveiterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class CachingRecursiveIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/emptyiterator.inc b/ext/spl/internal/emptyiterator.inc
index 730b45cd7f..a78216d58c 100755
--- a/ext/spl/internal/emptyiterator.inc
+++ b/ext/spl/internal/emptyiterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class EmptyIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/filteriterator.inc b/ext/spl/internal/filteriterator.inc
index 2892f70964..b8aa54bd98 100755
--- a/ext/spl/internal/filteriterator.inc
+++ b/ext/spl/internal/filteriterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class FilterIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/infiniteiterator.inc b/ext/spl/internal/infiniteiterator.inc
index 5e54c07501..e7df18fc1f 100755
--- a/ext/spl/internal/infiniteiterator.inc
+++ b/ext/spl/internal/infiniteiterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class InfiniteIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/iteratoriterator.inc b/ext/spl/internal/iteratoriterator.inc
index 68828cea53..f36b169832 100755
--- a/ext/spl/internal/iteratoriterator.inc
+++ b/ext/spl/internal/iteratoriterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class IteratorIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/limititerator.inc b/ext/spl/internal/limititerator.inc
index 9923169679..c3f0486447 100755
--- a/ext/spl/internal/limititerator.inc
+++ b/ext/spl/internal/limititerator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class LimitIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/norewinditerator.inc b/ext/spl/internal/norewinditerator.inc
index 47a4fa9460..5aa9e27f04 100755
--- a/ext/spl/internal/norewinditerator.inc
+++ b/ext/spl/internal/norewinditerator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class NoRewindIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/outeriterator.inc b/ext/spl/internal/outeriterator.inc
index c8a7faab2c..f8b41e7ac2 100755
--- a/ext/spl/internal/outeriterator.inc
+++ b/ext/spl/internal/outeriterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class OuterIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/parentiterator.inc b/ext/spl/internal/parentiterator.inc
index 114941679c..3a97125d10 100755
--- a/ext/spl/internal/parentiterator.inc
+++ b/ext/spl/internal/parentiterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class FilterIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/recursiveiterator.inc b/ext/spl/internal/recursiveiterator.inc
index b37c6901ab..53656ec255 100755
--- a/ext/spl/internal/recursiveiterator.inc
+++ b/ext/spl/internal/recursiveiterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class RecursiveIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/recursiveiteratoriterator.inc b/ext/spl/internal/recursiveiteratoriterator.inc
index e9850e6b58..395c67079e 100755
--- a/ext/spl/internal/recursiveiteratoriterator.inc
+++ b/ext/spl/internal/recursiveiteratoriterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class RecursiveIteratorIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/
diff --git a/ext/spl/internal/seekableiterator.inc b/ext/spl/internal/seekableiterator.inc
index 81c4b01efe..78a3efdc7a 100755
--- a/ext/spl/internal/seekableiterator.inc
+++ b/ext/spl/internal/seekableiterator.inc
@@ -4,7 +4,7 @@
* @ingroup SPL
* @brief class SeekableIterator
* @author Marcus Boerger
- * @date 2003 - 2004
+ * @date 2003 - 2005
*
* SPL - Standard PHP Library
*/