diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-04-19 21:09:10 +0100 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-04-19 21:09:10 +0100 |
commit | 89868dd4d9f9271e0d042549adf0d920d29d3067 (patch) | |
tree | b51bf6013f0847652d46e31e4791c4cad02d0ff0 /phpdbg_set.h | |
parent | 11c707d83657f2fd8347496d0959b27bdd454836 (diff) | |
parent | a0ee96289b7e9a06e9dbb66f40258fc09b55cde2 (diff) | |
download | php-git-89868dd4d9f9271e0d042549adf0d920d29d3067.tar.gz |
Merge branch 'master' of https://github.com/krakjoe/phpdbg
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[]; |