File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ PHP NEWS
38
38
- PCRE:
39
39
. Mangle PCRE regex cache key with JIT option. (mvorisek)
40
40
41
+ - PHPDBG:
42
+ . Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)
43
+
41
44
- PDO SQLite:
42
45
. Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt).
43
46
(KapitanOczywisty, CViniciusSDias)
Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ phpdbg_help_text_t phpdbg_help_text[] = {
398
398
" **-s** **-s=**, **-s**=foo Read code to execute from stdin with an optional delimiter" CR
399
399
" **-S** **-S**cli Override SAPI name, careful!" CR
400
400
" **-p** **-p**, **-p=func**, **-p* ** Output opcodes and quit" CR
401
+ " **-z** **-z**extlib Load Zend extension" CR
401
402
" **-h** Print the help overview" CR
402
403
" **-V** Print version number" CR
403
404
" **--** **--** arg1 arg2 Use to delimit phpdbg arguments and php $argv; append any $argv "
You can’t perform that action at this time.
0 commit comments