Explorar o código

Merge pull request #284 from stesie/issue-282

Reset fatal_error_abort on RSHUTDOWN, refs #282
Stefan Siegl %!s(int64=8) %!d(string=hai) anos
pai
achega
c0b069ace3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      v8js.cc

+ 2 - 0
v8js.cc

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