Need to update iterators handler table too.

This commit is contained in:
Marcus Boerger 2003-11-10 18:05:02 +00:00
parent 48d249de46
commit ea3eec9133

View File

@ -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 */