0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-08 22:11:52 +00:00

Merge pull request #284 from stesie/issue-282

Reset fatal_error_abort on RSHUTDOWN, refs #282
This commit is contained in:
Stefan Siegl 2017-01-20 15:45:06 +01:00 committed by GitHub
commit c0b069ace3

View File

@ -186,6 +186,8 @@ static PHP_RSHUTDOWN_FUNCTION(v8js)
V8JSG(timer_thread) = NULL; V8JSG(timer_thread) = NULL;
} }
V8JSG(fatal_error_abort) = 0;
return SUCCESS; return SUCCESS;
} }
/* }}} */ /* }}} */