diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-28 17:20:21 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-28 17:25:48 +0100 |
commit | 297baa0c18d8d04de7a683a51b9f069c84a855f3 (patch) | |
tree | dddd07a8d5077a638159e9f408ddd5627f7e5d68 /sapi/phpdbg/phpdbg_prompt.h | |
parent | fd8a70b1ee8889234be5e9dded768852f26c9c5e (diff) | |
download | php-git-297baa0c18d8d04de7a683a51b9f069c84a855f3.tar.gz |
Remove the ugly hack via a temp file to store breakpoints
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_prompt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.h b/sapi/phpdbg/phpdbg_prompt.h index 94e24df833..f583f2cdcd 100644 --- a/sapi/phpdbg/phpdbg_prompt.h +++ b/sapi/phpdbg/phpdbg_prompt.h @@ -22,6 +22,7 @@ #define PHPDBG_PROMPT_H /* {{{ */ +void phpdbg_string_init(char *buffer TSRMLS_DC); void phpdbg_init(char *init_file, size_t init_file_len, zend_bool use_default TSRMLS_DC); void phpdbg_try_file_init(char *init_file, size_t init_file_len, zend_bool free_init TSRMLS_DC); int phpdbg_interactive(zend_bool allow_async_unsafe TSRMLS_DC); |