diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-08-04 00:00:10 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-08-04 00:00:10 +0200 |
commit | d8fe645db444e54fcc8b2555c08a5021c17ca2d3 (patch) | |
tree | d2185eecbadddafeddae9d061a105b0663fe9dec /sapi/phpdbg/phpdbg_prompt.h | |
parent | b20953118ba41cd9465ccc84e79b6eef3f539573 (diff) | |
download | php-git-d8fe645db444e54fcc8b2555c08a5021c17ca2d3.tar.gz |
Fix valgrind errors in phpdbg
Revert "We cannot safely assume that all op array will be refcount 0 after execution"
This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b.
This change turns out to not have been a clever idea and was causing more weirdness than it helped...
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_prompt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.h b/sapi/phpdbg/phpdbg_prompt.h index 9dda175915..4dd010035c 100644 --- a/sapi/phpdbg/phpdbg_prompt.h +++ b/sapi/phpdbg/phpdbg_prompt.h @@ -27,7 +27,6 @@ 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_compile(void); -void phpdbg_clean(zend_bool full); void phpdbg_force_interruption(void); /* }}} */ |