]> granicus.if.org Git - php/commit
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)
commit714f1ff4b37c5101b3c61ea108a3d415f41e50df
tree1d458e961020452dda0eab6e5c107236de4efd60
parentef19fba2d59bc0e7875342d01cd513ae7f4c5d5e
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
  FilesystemIterator's iterators are requested more than once without
  having had its dtor callback called in between).
NEWS
ext/spl/spl_directory.c
ext/spl/tests/bug61418.phpt [new file with mode: 0644]