mirror of
https://github.com/phpv8/v8js.git
synced 2025-03-11 17:48:45 +00:00
Initialize V8JSG(old_error_handler) on ZTS, refs #94
This commit is contained in:
parent
464cff0477
commit
847ac7677c
1
v8js.cc
1
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
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
x
Reference in New Issue
Block a user