summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_help.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-30 23:09:57 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-10-30 23:09:57 +0100
commit113f1fd6d5eb286c50f6cca003d18f847bc202cb (patch)
tree79113d44638ab2419bc2bc0253a7ecf0846347bc /sapi/phpdbg/phpdbg_help.c
parent067852ca615bd083e821a08dbc21c21e9d46306f (diff)
downloadphp-git-113f1fd6d5eb286c50f6cca003d18f847bc202cb.tar.gz
Temporarily disable wait/xml protocol...
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r--sapi/phpdbg/phpdbg_help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c
index 652e170694..d47f8c776a 100644
--- a/sapi/phpdbg/phpdbg_help.c
+++ b/sapi/phpdbg/phpdbg_help.c
@@ -388,7 +388,9 @@ phpdbg_help_text_t phpdbg_help_text[] = {
" **-S** **-S**cli Override SAPI name, careful!" CR
" **-l** **-l**4000 Setup remote console ports" CR
" **-a** **-a**192.168.0.3 Setup remote console bind address" CR
+#if PHPDBG_IN_DEV
" **-x** Enable xml output (instead of normal text output)" CR
+#endif
" **-V** Print version number" CR
" **--** **--** arg1 arg2 Use to delimit phpdbg arguments and php $argv; append any $argv "
"argument after it" CR CR