diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-04-14 19:37:31 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-04-14 19:37:31 +0200 |
commit | 9b05f5d1327aff7f828ba21e705f6a1da306059e (patch) | |
tree | da322edb9f7cc969f491c585627b2dd64fe37241 /phpdbg_set.h | |
parent | 2dad85ae61bbc2817798cb98680abfabd9e19d33 (diff) | |
download | php-git-9b05f5d1327aff7f828ba21e705f6a1da306059e.tar.gz |
Made refcount info switchable by set refcount on/off. Default: off
Diffstat (limited to 'phpdbg_set.h')
-rw-r--r-- | phpdbg_set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdbg_set.h b/phpdbg_set.h index 4d90aac5b2..67bf4cd7de 100644 --- a/phpdbg_set.h +++ b/phpdbg_set.h @@ -34,6 +34,7 @@ PHPDBG_SET(oplog); PHPDBG_SET(break); PHPDBG_SET(breaks); PHPDBG_SET(quiet); +PHPDBG_SET(refcount); extern const phpdbg_command_t phpdbg_set_commands[]; |