]> granicus.if.org Git - php/commit
Fixed bug #70970 (Segfault when combining error handler with output buffering)
authorXinchen Hui <laruence@gmail.com>
Wed, 25 Nov 2015 15:57:01 +0000 (07:57 -0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 25 Nov 2015 16:00:20 +0000 (08:00 -0800)
commit4a7e83f54aeb6d5464da6cc2b201ce47a23a88d9
treebb12fed2ee910c4427a9a70b0b63d9294a13aa99
parent0394c04144db62687a5e04f48e14bf1bbffd51f7
Fixed bug #70970 (Segfault when combining error handler with output buffering)

of course we can try to refactor the current flow to make this error can
be catched safly.

but as 7.0.0 is releasing,  I don't think a refactor is safe now. and
actually I don't see any gain to make this catchable.

so let's keep this be consistent with 5.6 and safe for now
NEWS
main/output.c
tests/output/bug65593.phpt
tests/output/bug70970.phpt [new file with mode: 0644]
tests/output/ob_010.phpt
tests/output/ob_011.phpt
tests/output/ob_start_error_005.phpt