From 198c372ef8496a174e27a8535bb289e75941cb2a Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Tue, 11 Oct 2022 00:58:26 -0400 Subject: [PATCH] Add `-z` flag in phpdbg output --- sapi/phpdbg/phpdbg_help.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index b162c4b39feff..d06fd906d49f4 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -398,6 +398,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { " **-s** **-s=**, **-s**=foo Read code to execute from stdin with an optional delimiter" CR " **-S** **-S**cli Override SAPI name, careful!" CR " **-p** **-p**, **-p=func**, **-p* ** Output opcodes and quit" CR +" **-z** **-z**extlib Load Zend extension" CR " **-h** Print the help overview" CR " **-V** Print version number" CR " **--** **--** arg1 arg2 Use to delimit phpdbg arguments and php $argv; append any $argv "