Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Tags: guzzle/RingPHP

Tags

1.1.1

Toggle 1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
sagikazarmark Márk Sági-Kazár
Release 1.1.1 

1.1.0

Toggle 1.1.0's commit message
1.1.0 release 

1.0.7

Toggle 1.0.7's commit message
* PHP 7 fixes. 

1.0.6

Toggle 1.0.6's commit message
* Bug fix: futures now extend from React's PromiseInterface to ensure… … that they are properly forwarded down the promise chain. * The multi handle of the CurlMultiHandler is now created lazily.

1.0.5

Toggle 1.0.5's commit message
* Adding more error information to PHP stream wrapper exceptions. * Added digest auth integration test support to test server.

1.0.4

Toggle 1.0.4's commit message
* Added support for older versions of cURL that do not have CURLOPT_T… …IMEOUT_MS. * Setting debug to `false` does not enable debug output. * Added a fix to the StreamHandler to return a `FutureArrayInterface` when an error occurs.

1.0.3

Toggle 1.0.3's commit message
* Setting the `header` stream option as a string to be compatible wit… …h GAE. * Header parsing now ensures that header order is maintained in the parsed message.

1.0.2

Toggle 1.0.2's commit message
* Now correctly honoring a `version` option is supplied in a request. See #8

1.0.1

Toggle 1.0.1's commit message
- Fixed a header parsing issue with the `CurlHandler` and `CurlMultiH… …andler` that caused cURL requests with multiple responses to merge repsonses together (e.g., requests with digest authentication).

1.0.0

Toggle 1.0.0's commit message
Renaming