mirror of
https://github.com/phpv8/v8js.git
synced 2025-03-11 17:48:45 +00:00
Reset fatal_error_abort on RSHUTDOWN, refs #282
This commit is contained in:
parent
6a53d03d19
commit
0d6d9bf16a
2
v8js.cc
2
v8js.cc
@ -186,6 +186,8 @@ static PHP_RSHUTDOWN_FUNCTION(v8js)
|
||||
V8JSG(timer_thread) = NULL;
|
||||
}
|
||||
|
||||
V8JSG(fatal_error_abort) = 0;
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
x
Reference in New Issue
Block a user