Pārlūkot izejas kodu

Removed v8::V8::Dispose call because it was causing SIGTRAPs in some exit scenarios. This is probably due to using the debug version of V8, but the documentation states that it's not necessary to call this anyway.

Simon Best 12 gadi atpakaļ
vecāks
revīzija
147b743d4c
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      v8js.cc

+ 0 - 2
v8js.cc

@@ -1388,8 +1388,6 @@ static PHP_MSHUTDOWN_FUNCTION(v8js)
 {
 	UNREGISTER_INI_ENTRIES();
 
-	v8::V8::Dispose();
-
 	if (V8JSG(extensions)) {
 		zend_hash_destroy(V8JSG(extensions));
 		free(V8JSG(extensions));