Skip to content

Commit b7a48ee

Browse files
committed
Remove html_errors php option
1 parent 6a964d5 commit b7a48ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Igorw/CgiHttpKernel/CgiHttpKernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQ
4242
->add('php-cgi')
4343
->add('-d expose_php=Off')
4444
->add('-d cgi.force_redirect=Off')
45-
->add('-d html_errors=Off')
4645
->add($filename)
4746
->setInput($requestBody)
4847
->setEnv('SCRIPT_NAME', '/'.$filename)

0 commit comments

Comments
 (0)