Skip to content

Commit 4a28cc7

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix GH-9669: phpdbg -h options doesn't list the -z option
2 parents 4dcb5af + 119b062 commit 4a28cc7

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
@@ -40,6 +40,9 @@ PHP NEWS
4040
. Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt).
4141
(KapitanOczywisty, CViniciusSDias)
4242

43+
- PHPDBG:
44+
. Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)
45+
4346
- Session:
4447
. Removed broken url support for transferring session ID. (ilutov)
4548

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)