diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-09-23 18:30:13 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-09-23 18:30:13 +0200 |
commit | bccac3774bade617d88da45e7f1781151bb16160 (patch) | |
tree | efc2d722729e828ee824aee41b903b4d91222641 /sapi/phpdbg/phpdbg_help.c | |
parent | 4a174ca7e602fb20d12b8b665eaf3ce5d4d46bd3 (diff) | |
download | php-git-bccac3774bade617d88da45e7f1781151bb16160.tar.gz |
Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index ea3df17c01..a99191d510 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -383,7 +383,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { " **-I** Ignore default .phpdbginit" CR " **-O** **-O**my.oplog Sets oplog output file" CR " **-r** Run execution context" CR -" **-rr** Run execution context and quit after execution" CR +" **-rr** Run execution context and quit after execution (not respecting breakpoints)" CR " **-e** Generate extended information for debugger/profiler" CR " **-E** Enable step through eval, careful!" CR " **-S** **-S**cli Override SAPI name, careful!" CR |