Merge branch 'PHP-8.2'

* PHP-8.2:
  Fix GH-9669: phpdbg -h options doesn't list the -z option
This commit is contained in:
Niels Dossche 2023-07-07 19:19:53 +02:00
commit e8b804dadc

View file

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