summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-xext/spl/php_spl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c
index 282273cb19..194393c5da 100755
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -174,6 +174,8 @@ PHP_FUNCTION(spl_classes)
SPL_ADD_CLASS(RecursiveIteratorIterator);
SPL_ADD_CLASS(FilterIterator);
SPL_ADD_CLASS(ParentIterator);
+ SPL_ADD_CLASS(SeekableIterator);
+ SPL_ADD_CLASS(LimitIterator);
}
/* }}} */