Changelog for
php-pear-HTTP_Request2-2.6.0-1.6.noarch.rpm :
* Wed Nov 01 2023 Arjen de Korte
- Update to 2.6.0
* Tested on PHP 8.2 and 8.3
* Use psalm for static analysis, several minor issues fixed
* Correctly parse HTTP status line with an empty reason-phrase (see https://github.com/pear/HTTP_Request2/pull/26)
* Updated Public Suffix List
* Wed Jan 12 2022 Arjen de Korte - Update to 2.5.1
* The package runs under PHP 8.1 without `E_DEPRECATED` messages
* Updated Public Suffix List
* Fri Dec 10 2021 Arjen de Korte - Update to 2.5.0 - Fixed
* Socket adapter will now retry writing to socket rather than throw an exception if `fwrite()` call returns zero written bytes - Changed
* Socket adapter will use only TLS 1.2 and TLS 1.3 (the latter is available on PHP 7.4+)
* Upgraded tests for PHPUnit 9 compatibility, PHPUnit Polyfills package is used to run them on PHP 5.6 to PHP 8
* Test suite now runs on Github Actions rather than on Travis
* Updated Public Suffix List
* Fri Sep 25 2020 Arjen de Korte - Update to 2.4.2
* Socket adapter could prematurely end receiving the response body due to fread() call returning an empty string
* Sun Aug 09 2020 Arjen de Korte - Update to 2.4.1
* Switch socket to blocking mode when enabling crypto, this fixes HTTPS requests through proxy with Socket adapter- Update to 2.4.0
* Minimum required version is now PHP 5.6, as using older versions for HTTPS requests may be insecure
* Removed support for magic_quotes_runtime, as get_magic_quotes_runtime() was deprecated in PHP 7.4 and the functionality itself was disabled since PHP 5.4 (bug #23839)
* Socket adapter now uses socket in non-blocking mode, as some configurations could have problems with timeouts in HTTPS requests (bug #21229)
* Fixed bogus size check error with gzipped responses larger than 4 GiB uncompressed (bug #21239)
* Use current \"Intermediate compatibility\" cipher list
* Updated Public Suffix List
* Thu Dec 05 2019 Arjen de Korte - use correct macro to reference metadata (boo#1158112)- regenerate spec from template- make package PHP version independent- change upstream back to pear.php.net- remove unit tests
* Tue Feb 12 2019 suse+buildAATTde-korte.org- Change upstream to GitHub- Cleaned up and simplified spec- Add recommends for optional extensions- Add unit tests
* Sun Sep 10 2017 jweberhoferAATTweberhofer.at- Cleaned up spec- Fixed removing doc location- Simplified dependencies
* Thu Aug 17 2017 ecsosAATTopensuse.org- New upstream release 2.3.0 New features:
* New observer that can do on-the-fly decoding of compressed responses, see HTTP_Request2_Observer_UncompressingDownload. Thanks to Delian Krustev for initial implementation.
* CookieJar can now silently ignore invalid cookies with $jar->ignoreInvalidCookies(true); instead of throwing an exception. See requests #19937 and #20401
* Adapters now dispatch a new \'warning\' event, e.g. in case of incomplete response body or broken \'chunked\' encoding. Exception was thrown previously by Socket adapter in the latter case, see bug #20228
* Improved security of HTTPS requests in Socket adapter - Use \'tls://\' instead of \'ssl://\' in connection string to prevent fallback to known insecure versions, use only TLS when enabling crypto via proxy (see bug #20462) - On PHP 5.6+ require using only TLS 1.1 and TLS 1.2 - Do not use insecure ciphers
* Improved test suite, network-backed tests now run on Travis CI Changes and fixes:
* Curl adapter failed to send PUT request body with \'follow_redirects\' on (bug #20440)
* Curl adapter supplied invalid cookie domain to CookieJar after redirect (bug #20561)
* Curl adapter now properly dispatches events while sending the request
* mime_content_type() returning false was handled incorrectly when guessing content-type
* Use \'peer_name\' and \'verify_peer_name\' SSL context options on PHP 5.6+ instead of deprecated \'CN_match\'
* Public Suffix List updated to current version, its download location changed Note to Composer users: next package version will probably get rid of \'include-path\' setting in composer.json favour of using autoloader.- package renamed to php7-pear-HTTP_Request2
* Wed May 14 2014 ajAATTajaissle.de- Put a copy of docs/LICENSE and docs/examples/ into %_docdir