Skip to content

Commit e8b804d

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix GH-9669: phpdbg -h options doesn't list the -z option
2 parents 75e9980 + 4a28cc7 commit e8b804d

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
@@ -399,6 +399,7 @@ const phpdbg_help_text_t phpdbg_help_text[] = {
399399
" **-s** **-s=**, **-s**=foo Read code to execute from stdin with an optional delimiter" CR
400400
" **-S** **-S**cli Override SAPI name, careful!" CR
401401
" **-p** **-p**, **-p=func**, **-p* ** Output opcodes and quit" CR
402+
" **-z** **-z**extlib Load Zend extension" CR
402403
" **-h** Print the help overview" CR
403404
" **-V** Print version number" CR
404405
" **--** **--** arg1 arg2 Use to delimit phpdbg arguments and php $argv; append any $argv "

0 commit comments

Comments
 (0)