0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-04-21 18:14:36 +00:00

Merge pull request from stesie/issue-282

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

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