diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-27 13:11:13 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-27 13:11:13 +0100 |
commit | 6eab2b910120e0ff5f0cdbbeac9be02e13312497 (patch) | |
tree | 08d7517c71e5726cda6cb3b5f9cfd37f900f6b5d /sapi/phpdbg/phpdbg_sigio_win32.h | |
parent | cc91072f0ef69b5884f23eb758ef6e12e8858034 (diff) | |
parent | b4db856d374d0df47e902b65639ab9a06346aa8a (diff) | |
download | php-git-6eab2b910120e0ff5f0cdbbeac9be02e13312497.tar.gz |
Merge phpdbg into PHP-5.6
Conflicts:
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_prompt.c
Diffstat (limited to 'sapi/phpdbg/phpdbg_sigio_win32.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_sigio_win32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/phpdbg/phpdbg_sigio_win32.h b/sapi/phpdbg/phpdbg_sigio_win32.h index 796b477f93..8c8a381d64 100644 --- a/sapi/phpdbg/phpdbg_sigio_win32.h +++ b/sapi/phpdbg/phpdbg_sigio_win32.h @@ -25,12 +25,10 @@ #include "phpdbg_io.h" struct win32_sigio_watcher_data { - zend_ulong flags; #ifdef ZTS void ***tsrm_ls; #endif int fd; - zend_uchar running; }; void |