zend-http icon indicating copy to clipboard operation
zend-http copied to clipboard

Http component from Zend Framework

Results 28 zend-http issues
Sort by recently updated
recently updated
newest added

This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://github.com/zendframework/zendframework/issues/7283 User: @27cm Created On: 2015-03-01T10:25:28Z...

BC Break

I could be wrong but please do let me know if this is "as intended" as it seems a bit strange to me. Reported from PHP 5.6 with curl, and...

awaiting author updates

We [currently accept these values](https://github.com/zendframework/zend-http/blob/98b1cac0bc7a91497c5898184281abcd0e24c8d6/src/Client/Adapter/Socket.php#L30-L35) for the `ssltransport` option of the Socket client: - `ssl` ⇒ `STREAM_CRYPTO_METHOD_SSLv23_CLIENT` - `sslv2` ⇒ `STREAM_CRYPTO_METHOD_SSLv2_CLIENT` - `sslv3` ⇒ `STREAM_CRYPTO_METHOD_SSLv3_CLIENT` - `tls` ⇒ `STREAM_CRYPTO_METHOD_TLS_CLIENT` In...

Hi ZF team! Just a little thing: How can I check if the `request` scheme is `https`? Regardless the `getScheme()` method, does the `Request` class has a method for that?...

https://github.com/zendframework/zend-http/blob/b382c6e068a2d9c87b7cf0dfe78c6dd19e4ff197/src/PhpEnvironment/Response.php#L84 To reproduce (sorry if I couldn't do it myself right away - needs a `@runInSeparateProcess` test): ```php $response = new \Zend\Http\Response\PhpEnvironment(); echo 'foo; ob_flush(); // expect an exception here...

bug
BC Break

I saw a new PR (#149) to resolve an issue (#36) with relative URIs. But as a @samsonasik said in a [comment](https://github.com/zendframework/zend-http/pull/149#issuecomment-386852954), relative URI's should not be used. No adapters...

bug
enhancement
help wanted

- [X] I was not able to find an [open](https://github.com/zendframework/zend-http/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-http/issues?q=is%3Aclosed) issue matching what I'm seeing. - [X] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/)...

- [x] I was not able to find an [open](https://github.com/zendframework/zend-http/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-http/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/)...