Changelog for
php5-pecl_http-2.5.6-1.1.x86_64.rpm :
* Wed Jul 06 2016 crrodriguezAATTopensuse.org- Update to version 2.5.6
* Fix php-bug #71719: Buffer overflow in HTTP url parsing functions [boo#987546]
* Fix gh-issue #28: Possible null pointer dereference in php_http_url_mod()
* Fix gh-issue #22: Fix PHP5 config.w32
* Fix gh-issue #20: setSslOptions notice with curl 7.43
* Fri Jan 29 2016 pgajdosAATTsuse.com- provides php-pecl_http symbol
* Wed Jan 20 2016 pgajdosAATTsuse.com- do not require php5-hash, it is in main php package
* Wed Jan 13 2016 pgajdosAATTsuse.com- workaround bug in php-config
* Wed Jan 13 2016 pgajdosAATTsuse.com- update to 2.5.5
* Sun Sep 14 2014 crrodriguezAATTopensuse.org- 1.7.x branch is dead, we have to upgrade to 2.1.x. Unfortunately the interface is completely different, this will break your code.
* Sat May 03 2014 crrodriguezAATTopensuse.org- pecl http 1.7.6 works with v 5.5
* Sun May 05 2013 crrodriguezAATTopensuse.org- Version 1.7.5 Fix build in php 5.4
* Mon Aug 08 2011 crrodriguezAATTopensuse.org- Fix configure script
* Sat May 07 2011 crrodriguezAATTopensuse.org- Update to version 1.7.1
* Fixed a bug when the status component of the HTTP response is missing (fixes Bug #19390) (Ilia)
* Fixed double-free when auto-decompressing pages (Ilia)
* Fixed non-funtional HttpMessage::setResponseStatus()
* Fixed Bug #22177 (http_redirect breaks output with zlib.output_compression=on)
* Fixed Bug #17806 (Segmentation fault when passing invalid url to http_get())
* Fixed logic error and possible hang in sapi_deactivate when using http_get_request_body() with a request body longer than 4096 bytes (Rob)
* Fixed Bug #17896 (Make failed)
* Fri Apr 09 2010 crrodriguezAATTopensuse.org- support GCC visbility
* Fri Apr 02 2010 crrodriguezAATTopensuse.org- update to 1.7.0b2
* Mon Sep 28 2009 crrodriguezAATTopensuse.org- cleanup spec file a bit
* Sun Aug 16 2009 crrodriguezAATTsuse.de- use new versioning macros when possible
* Mon May 11 2009 crrodriguezAATTsuse.de- compiler wasnt to blame
* Mon May 11 2009 crrodriguezAATTsuse.de- try with no optimization
* Sun May 10 2009 crrodriguezAATTsuse.de- update to version 1.7.0b1
* Implement Request #14408 (Add a customizable timeout for HttpRequestPool::socketSelect)
* Implement Request #15775 (recursive http_request_body_encode)
* Added request options:- postredir: enforcing RFC conformig POST after redirect (libcurl >= 7.17.1)- address_scope: RFC4007 zone_id (libcurl >= 7.19.0)- ssl->issuercert: validate peer certificate issuer (libcurl >= 7.19.0)- ssl->crlfile: require CRL check (libcurl >= 7.19.0 with openssl)- ssl->certinfo: enable the certinfo gatherer (libcurl >= 7.19.1 with openssl)
* Added proxytype request option constants:- HTTP_PROXY_SOCKS4A- HTTP_PROXY_SOCKS5_HOSTNAME
* Added request info members:- redirect_url (libcurl >= 7.18.2)- primary_ip (libcurl >= 7.19.0)- appconnect_time (libcurl >= 7.19.0)- certinfo (libcurl >= 7.19.1 with openssl)