Przeglądaj źródła

Merge pull request #284 from stesie/issue-282

Reset fatal_error_abort on RSHUTDOWN, refs #282
Stefan Siegl 8 lat temu
rodzic
commit
c0b069ace3
1 zmienionych plików z 2 dodań i 0 usunięć
  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;
 }
 /* }}} */