diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-07-22 13:46:06 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-07-22 13:46:06 +0200 |
commit | 0da4a3ec2c3bfe0bfddbd17e0c757f71ae8d661b (patch) | |
tree | 555c03948f3d317d2cc1f5ec9598bf3ffd247e71 /sapi/phpdbg/phpdbg_help.c | |
parent | cff6cbc01f64029abe76421d332e91ed655b5b43 (diff) | |
download | php-git-0da4a3ec2c3bfe0bfddbd17e0c757f71ae8d661b.tar.gz |
Add -e (ZEND_EXT_* generation) option to phpdbg
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index c2744b9b68..ea3df17c01 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -384,6 +384,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { " **-O** **-O**my.oplog Sets oplog output file" CR " **-r** Run execution context" CR " **-rr** Run execution context and quit after execution" CR +" **-e** Generate extended information for debugger/profiler" CR " **-E** Enable step through eval, careful!" CR " **-S** **-S**cli Override SAPI name, careful!" CR " **-l** **-l**4000 Setup remote console ports" CR |