]> granicus.if.org Git - php/commit
Don't wrap php_module_shutdown() with zend_try. executor_globals are released in...
authorDmitry Stogov <dmitry@zend.com>
Thu, 25 Oct 2018 20:41:26 +0000 (23:41 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 25 Oct 2018 20:41:26 +0000 (23:41 +0300)
commit10abc1f010b775d9f21060c5041d34c25f14a2a1
tree3f61f87db464fee86ba5ac590f6a06dc43755703
parent33e777acbfb9bbd2a7efabc7365104780db4c6b0
Don't wrap php_module_shutdown() with zend_try. executor_globals are released in ZTS build, and this leads to crash.
sapi/phpdbg/phpdbg.c