diff --git a/NEWS b/NEWS index 12231ebcdc5..b1f43ccaf25 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? ????, PHP 8.3.1 - 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) 23 Nov 2023, PHP 8.3.0 diff --git a/ext/standard/tests/http/http_build_query/gh12745.phpt b/ext/standard/tests/http/http_build_query/gh12745.phpt index 3418498bf22..65c4737abb5 100644 --- a/ext/standard/tests/http/http_build_query/gh12745.phpt +++ b/ext/standard/tests/http/http_build_query/gh12745.phpt @@ -1,5 +1,5 @@ --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--