Skip to content

Commit 198c372

Browse files
committed
Add -z flag in phpdbg output
1 parent fabfe1e commit 198c372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/phpdbg/phpdbg_help.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
398398
" **-s** **-s=**, **-s**=foo Read code to execute from stdin with an optional delimiter" CR
399399
" **-S** **-S**cli Override SAPI name, careful!" CR
400400
" **-p** **-p**, **-p=func**, **-p* ** Output opcodes and quit" CR
401+
" **-z** **-z**extlib Load Zend extension" CR
401402
" **-h** Print the help overview" CR
402403
" **-V** Print version number" CR
403404
" **--** **--** arg1 arg2 Use to delimit phpdbg arguments and php $argv; append any $argv "

0 commit comments

Comments
 (0)