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 0007333 commit 3a2d22eCopy full SHA for 3a2d22e
HttpKernel.php
@@ -61,7 +61,7 @@ public function __construct(EventDispatcherInterface $dispatcher, ControllerReso
61
*/
62
public function handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)
63
{
64
- $request->headers->set('X-Php-Ob-Level', ob_get_level());
+ $request->headers->set('X-Php-Ob-Level', strval(ob_get_level()));
65
66
try {
67
return $this->handleRaw($request, $type);
0 commit comments