diff options
Diffstat (limited to 'Zend/zend_iterators.c')
-rwxr-xr-x | Zend/zend_iterators.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/zend_iterators.c b/Zend/zend_iterators.c index 17d37da814..022839cb66 100755 --- a/Zend/zend_iterators.c +++ b/Zend/zend_iterators.c @@ -44,7 +44,8 @@ static zend_object_handlers iterator_object_handlers = { NULL, /* get_ce */ NULL, /* get class name */ NULL, /* compare */ - NULL /* cast */ + NULL, /* cast */ + NULL /* count */ }; ZEND_API void zend_register_iterator_wrapper(TSRMLS_D) |