From: Marcus Boerger Date: Mon, 10 Nov 2003 18:05:02 +0000 (+0000) Subject: Need to update iterators handler table too. X-Git-Tag: php-5.0.0b3RC1~729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea3eec9133bb148aedc9a8f293c6372247237a8b;p=php Need to update iterators handler table too. --- diff --git a/Zend/zend_iterators.c b/Zend/zend_iterators.c index 3da67b26cf..3a47db47c5 100755 --- a/Zend/zend_iterators.c +++ b/Zend/zend_iterators.c @@ -38,9 +38,10 @@ static zend_object_handlers iterator_object_handlers = { NULL, NULL, /* get */ NULL, /* set */ - NULL, /* isset */ - NULL, /* unset */ - NULL, /* dim unset */ + NULL, /* has prop */ + NULL, /* unset prop */ + NULL, /* has dim */ + NULL, /* unset dim */ NULL, /* props get */ NULL, /* method get */ NULL, /* call */