Explorar el Código

Merge pull request #284 from stesie/issue-282

Reset fatal_error_abort on RSHUTDOWN, refs #282
Stefan Siegl hace 8 años
padre
commit
c0b069ace3
Se han modificado 1 ficheros con 2 adiciones y 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;
 }
 /* }}} */