We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f67a9 commit af155cfCopy full SHA for af155cf
NEWS
@@ -3,7 +3,7 @@ PHP NEWS
3
?? ??? ????, PHP 8.3.1
4
5
- Standard
6
- . Fixed GH-9316 (http_build_query() default null argument for $arg_separator
+ . Fixed GH-12745 (http_build_query() default null argument for $arg_separator
7
is implicitly coerced to string). (Girgias)
8
9
23 Nov 2023, PHP 8.3.0
ext/standard/tests/http/http_build_query/gh12745.phpt
@@ -1,5 +1,5 @@
1
--TEST--
2
-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--
<?php
0 commit comments