From 417a8ef6b45ed8510faf5ebfb7b4f8c76cb97934 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 2 Oct 2016 12:45:20 +0100 Subject: Fix run command args passing when inmidst execution --- sapi/phpdbg/phpdbg_prompt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/phpdbg/phpdbg_prompt.h') diff --git a/sapi/phpdbg/phpdbg_prompt.h b/sapi/phpdbg/phpdbg_prompt.h index c17e7185ce..c93beeba03 100644 --- a/sapi/phpdbg/phpdbg_prompt.h +++ b/sapi/phpdbg/phpdbg_prompt.h @@ -25,7 +25,7 @@ void phpdbg_string_init(char *buffer); void phpdbg_init(char *init_file, size_t init_file_len, zend_bool use_default); void phpdbg_try_file_init(char *init_file, size_t init_file_len, zend_bool free_init); -int phpdbg_interactive(zend_bool allow_async_unsafe); +int phpdbg_interactive(zend_bool allow_async_unsafe, char *input); int phpdbg_compile(void); void phpdbg_force_interruption(void); /* }}} */ -- cgit v1.2.1