diff options
| -rwxr-xr-x | ext/spl/internal/parentiterator.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/internal/parentiterator.inc b/ext/spl/internal/parentiterator.inc index c5551a886b..70f0bee796 100755 --- a/ext/spl/internal/parentiterator.inc +++ b/ext/spl/internal/parentiterator.inc @@ -13,7 +13,7 @@ * @brief Iterator to filter parents * @author Marcus Boerger * @version 1.2 - * @since PHP 6.0 + * @since PHP 5.1 * * This extended FilterIterator allows a recursive iteration using * RecursiveIteratorIterator that only shows those elements which have |
