diff options
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-x | ext/spl/php_spl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 0f8ca2da62..282273cb19 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -172,6 +172,8 @@ PHP_FUNCTION(spl_classes) SPL_ADD_CLASS(DirectoryIterator); SPL_ADD_CLASS(RecursiveIterator); SPL_ADD_CLASS(RecursiveIteratorIterator); + SPL_ADD_CLASS(FilterIterator); + SPL_ADD_CLASS(ParentIterator); } /* }}} */ |