From ab2a73a6629850bfd131996a54ca649cfd455f01 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 17 Feb 2014 11:05:48 +0800 Subject: Use better data structures (incomplete) --- 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 6807d88f41..69e9bddf70 100644 --- a/sapi/phpdbg/phpdbg_prompt.h +++ b/sapi/phpdbg/phpdbg_prompt.h @@ -60,7 +60,7 @@ extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */ /* {{{ */ #if PHP_VERSION_ID >= 50500 -void phpdbg_execute_ex(zend_execute_data *execute_data TSRMLS_DC); +void phpdbg_execute_ex(zend_execute_data *execute_data, zval *return_value TSRMLS_DC); #else void phpdbg_execute_ex(zend_op_array *op_array TSRMLS_DC); #endif /* }}} */ -- cgit v1.2.1