mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fix crash on non-debug for phpdbg_end_oplog()
This commit is contained in:
parent
73773c2175
commit
d25f3819c7
@ -111,6 +111,8 @@ static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) /* {{{ */
|
||||
pg->sigsafe_mem.mem = NULL;
|
||||
pg->sigsegv_bailout = NULL;
|
||||
|
||||
pg->oplog_list = NULL;
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
pg->sigio_watcher_thread = INVALID_HANDLE_VALUE;
|
||||
memset(&pg->swd, 0, sizeof(struct win32_sigio_watcher_data));
|
||||
|
Loading…
Reference in New Issue
Block a user