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

Releases: guzzle/RingPHP

1.1.1

31 Jul 13:23
1.1.1
5e2a174
Compare
Choose a tag to compare

PHP 7.3 fixes

1.0.6

26 Feb 20:44
Compare
Choose a tag to compare
  • 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

11 Dec 05:51
Compare
Choose a tag to compare
  • Adding more error information to PHP stream wrapper exceptions.
  • Added digest auth integration test support to test server.

1.0.4

02 Dec 05:02
Compare
Choose a tag to compare
  • Added support for older versions of cURL that do not have CURLOPT_TIMEOUT_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

04 Nov 07:02
Compare
Choose a tag to compare
  • Setting the header stream option as a string to be compatible with GAE.
  • Header parsing now ensures that header order is maintained in the parsed
    message.

1.0.2

29 Oct 02:05
Compare
Choose a tag to compare
  • Now correctly honoring a version option is supplied in a request.
    See #8

1.0.1

26 Oct 21:13
Compare
Choose a tag to compare
  • Fixed a header parsing issue with the CurlHandler and CurlMultiHandler
    that caused cURL requests with multiple responses to merge repsonses together
    (e.g., requests with digest authentication).