summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.c
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2013-06-29 21:51:54 +0200
committerNikita Popov <nikic@php.net>2013-06-29 21:51:54 +0200
commit0f36224beb61b8d0b189c447bdb44ee2d73be637 (patch)
treecb5137f47c59be6c0c6884fa74214601dad9666d /ext/intl/php_intl.c
parent5904da994803d2f9a70a0cb4675ebd9eeb9bce54 (diff)
downloadphp-git-0f36224beb61b8d0b189c447bdb44ee2d73be637.tar.gz
Don't try to clean up generator stack on unclean shutdown
This fixes bugs #65035 and #65161. In one of the bugs the issue is that function_state.arguments is NULL, but the arg count is pushed to the stack and the code tries to free it. In the other bug the stack of the generator is freed twice, once in generator_close and later during shutdown. It's rather hard (if at all possible) to do a proper stack cleanup on an unclean shutdown, so I'm just disabling it in this case.
Diffstat (limited to 'ext/intl/php_intl.c')
0 files changed, 0 insertions, 0 deletions