소스 검색

Initialize V8JSG(old_error_handler) on ZTS, refs #94

Stefan Siegl 11 년 전
부모
커밋
847ac7677c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      v8js.cc

+ 1 - 0
v8js.cc

@@ -1879,6 +1879,7 @@ static PHP_GINIT_FUNCTION(v8js)
 	v8js_globals->error_num = 0;
 	v8js_globals->error_message = 0;
 	v8js_globals->unwind_env = NULL;
+	v8js_globals->old_error_handler = NULL;
 #endif
 }
 /* }}} */