mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
commit
e8b804dadc
1 changed files with 1 additions and 0 deletions
|
@ -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**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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue