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:20:21 +0100 |
commit | 49e31265edac2c67fb5b155f63ec5752af19eac1 (patch) | |
tree | 383d6aec8bba05e6126b049850dd11ce36916ff0 /phpdbg_prompt.h | |
parent | b24640f46317c6da2519f052f8647f5cfad6c438 (diff) | |
download | php-git-49e31265edac2c67fb5b155f63ec5752af19eac1.tar.gz |
Remove the ugly hack via a temp file to store breakpoints
Diffstat (limited to 'phpdbg_prompt.h')
-rw-r--r-- | phpdbg_prompt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdbg_prompt.h b/phpdbg_prompt.h index 94e24df833..f583f2cdcd 100644 --- a/phpdbg_prompt.h +++ b/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); |