mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01: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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user