Name: | php-guzzlehttp-guzzle |
---|---|
Version: | 5.3.1 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 394985 |
License: | MIT |
RPM: | php-guzzlehttp-guzzle-5.3.1-3.el7.noarch.rpm |
Source RPM: | php-guzzlehttp-guzzle-5.3.1-3.el7.src.rpm |
Build Date: | Sat Dec 09 2017 |
Build Host: | x86-ol6-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://guzzlephp.org |
Summary: | PHP HTTP client and webservice framework |
Description: | Guzzle is a PHP HTTP client that makes it easy to work with HTTP/1.1 and takes the pain out of consuming web services. * Pluggable HTTP adapters that can send requests serially or in parallel * Doesn't require cURL, but uses cURL by default * Streams data for both uploads and downloads * Provides event hooks & plugins for cookies, caching, logging, OAuth, mocks, etc * Keep-Alive & connection pooling * SSL Verification * Automatic decompression of response bodies * Streaming multipart file uploads * Connection timeouts Autoloader: /usr/share/php/GuzzleHttp/autoload.php |
- Switch autoloader to php-composer(fedora/autoloader) - Add max versions to build dependencies - Test with SCLs if available
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 5.3.1 (RHBZ #1350616 / RHBZ #1357580 / CVE-2016-5385) - Add "get source" script
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Updated autoloader to load dependencies after self registration - Minor cleanups
- Autoloader updates
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Updated to 5.3.0 (BZ #1140134) - Added autoloader - Re-added tests
- Updated to 5.1.0 (BZ #1140134) - CA cert no longer bundled (see https://github.com/guzzle/guzzle/blob/5.1.0/docs/clients.rst#verify) - No tests because dependency package does not provide required test file
- Upstream patch for PHP behavior change, thanks Koschei