diff options
author | Dmitry Stogov <dmitry@zend.com> | 2017-12-14 23:55:57 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2017-12-14 23:55:57 +0300 |
commit | a7b6812ae6a50e96100bd7194693ed43f330d560 (patch) | |
tree | 2b46b2afe1f190393958f597ef06d724fca9952e /sapi/phpdbg/phpdbg.h | |
parent | 0d484172fe7b35beae14ae777c2bda9cf120b55c (diff) | |
download | php-git-a7b6812ae6a50e96100bd7194693ed43f330d560.tar.gz |
Fixed stream handler override
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 0975ec8de2..be7a91c4ca 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -308,7 +308,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg) zend_bool last_was_newline; /* check if we don't need to output a newline upon next phpdbg_error or phpdbg_notice */ FILE *stdin_file; /* FILE pointer to stdin source file */ - const php_stream_wrapper_ops *orig_url_wrap_php; + const php_stream_wrapper *orig_url_wrap_php; char input_buffer[PHPDBG_MAX_CMD]; /* stdin input buffer */ int input_buflen; /* length of stdin input buffer */ |