0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 16:35:19 +00:00

Reset fatal_error_abort on RSHUTDOWN, refs #282

This commit is contained in:
Stefan Siegl 2017-01-19 09:14:23 +01:00
parent 6a53d03d19
commit 0d6d9bf16a

View File

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