summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-10-01 19:14:46 +0100
committerBob Weinand <bobwei9@hotmail.com>2016-10-01 19:14:46 +0100
commit1c74398520bebdce6f0aceb3e3ace00ec965a171 (patch)
tree9ac419ff226852020094f0c3d8d21d7b35f4c8a1 /sapi/phpdbg/phpdbg.h
parentca5bb5fc7ad483f61064f01517434d8e6efd58e0 (diff)
parent3fe1010ceebe231afcee8aceae6782c18da23539 (diff)
downloadphp-git-1c74398520bebdce6f0aceb3e3ace00ec965a171.tar.gz
Merge branch 'PHP-7.1'
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r--sapi/phpdbg/phpdbg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h
index 1ff0e7a3ac..3a1ff0e723 100644
--- a/sapi/phpdbg/phpdbg.h
+++ b/sapi/phpdbg/phpdbg.h
@@ -306,6 +306,9 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
char *buffer; /* buffer */
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 */
+ php_stream *(*orig_url_wrap_php)(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
+
char input_buffer[PHPDBG_MAX_CMD]; /* stdin input buffer */
int input_buflen; /* length of stdin input buffer */
phpdbg_signal_safe_mem sigsafe_mem; /* memory to use in async safe environment (only once!) */