Skip to content

Commit ee8d807

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: [Console] Fix division by 0 error [ErrorHandler] Fix error message with PHP 8.5 Add an experimental CI job for PHP 8.5 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient evaluate access flags for properties with asymmetric visibility [Mime] Fix wrong PHPDoc in `FormDataPart` constructor
2 parents 629f73b + c2ecd58 commit ee8d807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Test/Fixtures/web/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
exit;
4343

4444
case '/head':
45+
header('X-Request-Vars: '.json_encode($vars, \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE));
4546
header('Content-Length: '.strlen($json), true);
4647
break;
4748

0 commit comments

Comments
 (0)