Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Zend\Http\Response\PhpEnvironment#sendHeaders() silently returns - should scream and burn and demand for human sacrifices instead #138

Open
Ocramius opened this issue Dec 13, 2017 · 1 comment

Comments

@Ocramius
Copy link
Member

To reproduce (sorry if I couldn't do it myself right away - needs a @runInSeparateProcess test):

$response = new \Zend\Http\Response\PhpEnvironment();

echo 'foo;
ob_flush();

// expect an exception here
$response->sendHeaders();
@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-http; a new issue has been opened at laminas/laminas-http#5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants