Skip to content

Commit 119b062

Browse files
adsrnielsdos
authored andcommitted
Fix GH-9669: phpdbg -h options doesn't list the -z option
Adds `-z` flag in phpdbg output. Closes GH-9713.
1 parent c962a96 commit 119b062

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ PHP NEWS
3838
- PCRE:
3939
. Mangle PCRE regex cache key with JIT option. (mvorisek)
4040

41+
- PHPDBG:
42+
. Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)
43+
4144
- PDO SQLite:
4245
. Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt).
4346
(KapitanOczywisty, CViniciusSDias)

sapi/phpdbg/phpdbg_help.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
398398
" **-s** **-s=**, **-s**=foo Read code to execute from stdin with an optional delimiter" CR
399399
" **-S** **-S**cli Override SAPI name, careful!" CR
400400
" **-p** **-p**, **-p=func**, **-p* ** Output opcodes and quit" CR
401+
" **-z** **-z**extlib Load Zend extension" CR
401402
" **-h** Print the help overview" CR
402403
" **-V** Print version number" CR
403404
" **--** **--** arg1 arg2 Use to delimit phpdbg arguments and php $argv; append any $argv "

0 commit comments

Comments
 (0)