0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-09 23:08:41 +00:00

Initialize V8JSG(old_error_handler) on ZTS, refs #94

This commit is contained in:
Stefan Siegl 2014-05-23 00:06:28 +02:00
parent 464cff0477
commit 847ac7677c

View File

@ -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
}
/* }}} */