Skip to content

Commit c0b069a

Browse files
authored
Merge pull request #284 from stesie/issue-282
Reset fatal_error_abort on RSHUTDOWN, refs #282
2 parents 6a53d03 + 0d6d9bf commit c0b069a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v8js.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ static PHP_RSHUTDOWN_FUNCTION(v8js)
186186
V8JSG(timer_thread) = NULL;
187187
}
188188

189+
V8JSG(fatal_error_abort) = 0;
190+
189191
return SUCCESS;
190192
}
191193
/* }}} */

0 commit comments

Comments
 (0)