]> granicus.if.org Git - php/commit
- Fix SEGV with AppendIterator when base class constructor was not called
authorMarcus Boerger <helly@php.net>
Fri, 3 Mar 2006 21:35:16 +0000 (21:35 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 3 Mar 2006 21:35:16 +0000 (21:35 +0000)
commit7bb0ca9ce67ee0672bb7e8619424c91904fd457a
treef53f4cb3db59801285486d0e7a9f2dcb191aee3e
parent73ed69f60daf8415422e365ef94c274dfe720df9
- Fix SEGV with AppendIterator when base class constructor was not called
- Generic check to prevent double call to constructors of SPL iterators
ext/spl/config.m4
ext/spl/spl_iterators.c
ext/spl/spl_iterators.h
ext/spl/tests/iterator_030.phpt [new file with mode: 0755]
ext/spl/tests/iterator_031.phpt [new file with mode: 0755]