mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Mention correct bug number
I'm tired
This commit is contained in:
parent
37f67a9a98
commit
af155cf2dc
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -3,7 +3,7 @@ PHP NEWS
|
||||||
?? ??? ????, PHP 8.3.1
|
?? ??? ????, PHP 8.3.1
|
||||||
|
|
||||||
- Standard
|
- Standard
|
||||||
. Fixed GH-9316 (http_build_query() default null argument for $arg_separator
|
. Fixed GH-12745 (http_build_query() default null argument for $arg_separator
|
||||||
is implicitly coerced to string). (Girgias)
|
is implicitly coerced to string). (Girgias)
|
||||||
|
|
||||||
23 Nov 2023, PHP 8.3.0
|
23 Nov 2023, PHP 8.3.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Bug GH-9316 (http_build_query() default null argument for $arg_separator is implicitly coerced to string)
|
Bug GH-12745 (http_build_query() default null argument for $arg_separator is implicitly coerced to string)
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue