Fedora 22 Update: php-guzzlehttp-ringphp-1.1.0-3.fc22

updates at fedoraproject.org updates at fedoraproject.org
Fri Jun 26 20:30:26 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-9951
2015-06-14 11:35:56
--------------------------------------------------------------------------------

Name        : php-guzzlehttp-ringphp
Product     : Fedora 22
Version     : 1.1.0
Release     : 3.fc22
URL         : http://ringphp.readthedocs.org
Summary     : Simple handler system used to power clients and servers in PHP
Description :
Provides low level APIs used to power HTTP clients and servers through a simple,
PHP callable that accepts a request hash and returns a future response hash.
RingPHP supports both synchronous and asynchronous workflows by utilizing both
futures and promises [1].

RingPHP is inspired by Clojure's Ring [2], but has been modified to accommodate
clients and servers for both blocking and non-blocking requests.

[1] https://github.com/reactphp/promise
[2] https://github.com/ring-clojure/ring

--------------------------------------------------------------------------------
Update Information:

## 1.1.0 - 2015-05-19

* Added `CURL_HTTP_VERSION_2_0`
* The PHP stream wrapper handler now sets `allow_self_signed` to `false` to match the cURL handler when `verify` is set to `true` or a certificate file.
* Ensuring that a directory exists before using the `save_to` option.
* Response protocol version is now correctly extracted from a response.
* Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not return an array.

## 1.0.7 - 2015-03-29

* PHP 7 fixes.

## 1.0.6 - 2015-02-26

* 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.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Jun 12 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.1.0-3
- Fix tests' autoload
* Fri Jun 12 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.1.0-2
- Use new $fedoraClassLoader concept in autoloader
- Remove secondary "tests" directory from tests sub-package
* Mon Jun  1 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.1.0-1
- Updated to 1.1.0
- Updated source URL
- Added autoloader
- Sub-packaged tests
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update php-guzzlehttp-ringphp' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list