mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix GH-9669: phpdbg -h options doesn't list the -z option
This commit is contained in:
3
NEWS
3
NEWS
@@ -40,6 +40,9 @@ PHP NEWS
|
||||
. Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt).
|
||||
(KapitanOczywisty, CViniciusSDias)
|
||||
|
||||
- PHPDBG:
|
||||
. Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)
|
||||
|
||||
- Session:
|
||||
. Removed broken url support for transferring session ID. (ilutov)
|
||||
|
||||
|
||||
@@ -398,6 +398,7 @@ 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