Lines Matching +full:pull +full:- +full:requests
9 ## [1.2.1] - 2022-10-25
11 - Fixed the support of PHP 8.1 with [#7](https://github.com/ezimuel/ringphp/pull/7) and [#8](https:…
12 - Fixed the integration with Symfony, adding explicit @return annotations to suppress User Deprecat…
14 ## [1.2.0] - 2021-11-16
18 - Add attribute to avoid Deprecated notice for PHP 8.1 [#4](https://github.com/ezimuel/ringphp/pull…
19 - Add replace guzzlehttp/ringphp in composer [#3](https://github.com/ezimuel/ringphp/pull/3)
20 - Add .gitattributes file [#2](https://github.com/ezimuel/ringphp/pull/2)
24 - Updated to PHPUnit 9 and fixed the unit tests for PHP 8
27 ## [1.1.2] - 2020-02-15
31 - Required guzzlestreams 3.0.1+ [0b78f89](https://github.com/ezimuel/ringphp/commit/0b78f89d8e0bb9e…
34 ## [1.1.1] - 2018-07-31
38 - `continue` keyword usage on PHP 7.3
41 ## [1.1.0] - 2015-05-19
45 - Added `CURL_HTTP_VERSION_2_0`
49 - The PHP stream wrapper handler now sets `allow_self_signed` to `false` to
51 - Ensuring that a directory exists before using the `save_to` option.
52 - Response protocol version is now correctly extracted from a response.
56 - Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not
60 ## [1.0.7] - 2015-03-29
64 - PHP 7 fixes.
67 ## [1.0.6] - 2015-02-26
71 - The multi handle of the CurlMultiHandler is now created lazily.
75 - Bug fix: futures now extend from React's PromiseInterface to ensure that they
79 ## [1.0.5] - 2014-12-10
83 - Adding more error information to PHP stream wrapper exceptions.
84 - Added digest auth integration test support to test server.
87 ## [1.0.4] - 2014-12-01
91 - Added support for older versions of cURL that do not have CURLOPT_TIMEOUT_MS.
92 - Added a fix to the StreamHandler to return a `FutureArrayInterface` when an
96 - Setting debug to `false` does not enable debug output. error occurs.
99 ## [1.0.3] - 2014-11-03
103 - Setting the `header` stream option as a string to be compatible with GAE.
104 - Header parsing now ensures that header order is maintained in the parsed
108 ## [1.0.2] - 2014-10-28
112 - Now correctly honoring a `version` option is supplied in a request.
113 See https://github.com/guzzle/RingPHP/pull/8
116 ## [1.0.1] - 2014-10-26
120 - Fixed a header parsing issue with the `CurlHandler` and `CurlMultiHandler`
121 that caused cURL requests with multiple responses to merge repsonses together
122 (e.g., requests with digest authentication).
125 ## 1.0.0 - 2014-10-12
127 - Initial release