diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-11-25 23:38:43 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-11-25 23:38:43 +0100 |
commit | 4e6a8eeffa4cdec4b75303788e676468fdf6129e (patch) | |
tree | d9d5e30b243ca5438e0d3cfa4831e8d09bf9132c /phpdbg_prompt.h | |
parent | 2be5a1e3da05caee88bc92f2abec223cc999c1f0 (diff) | |
download | php-git-4e6a8eeffa4cdec4b75303788e676468fdf6129e.tar.gz |
Breakpoints are now persistent over cleans
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 8ed2d83c40..0bb2cc957f 100644 --- a/phpdbg_prompt.h +++ b/phpdbg_prompt.h @@ -22,6 +22,7 @@ /* {{{ */ 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(TSRMLS_D); int phpdbg_compile(TSRMLS_D); void phpdbg_clean(zend_bool full TSRMLS_DC); /* }}} */ |