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)
* Fri Dec 05 2008 crrodriguezAATTsuse.de- update to version 1.6.2
* Fixed PHP-5.3 API incompatibilities (including bug #15065)
* Fixed memory corruption with headers and HttpRequest
* Fixed crash in HttpMessage::unserialize()
* Fixed bug #14826 (race condition in http_request_dtor)
* Fixed bug #15223 (http_parse_message cuts off more than headers)
* Thu Jul 24 2008 crrodriguezAATTsuse.de- update to version 1.6.1
* Fixed bug #13362 (PHP-5.3 build)
* Fixed bug #14168 (st->errorbuffer not cleared between uses of persistent handles)
* Fixed bug #14218 (properties of class extending HttpMessage inaccessible)
* Mon Nov 26 2007 crrodriguezAATTsuse.de- version 1.6.0- Added HttpRequest::flushCookies() (libcurl >= 7.17.1)- Added constant HTTP_URL_FROM_ENV- Added \'retrycount\' and \'retrydelay\' request options- Added libevent support for libcurl (>= 7.16.0):- added --with-http-curl-libevent configure option- added HttpRequestPool::enableEvents()- Fixed problems with cookiestore request option introduced with persistent handles- Fixed crash on prematurely called HttpMessage::next()- Fixed possible shutdown crash with http_parse_params() and PHP4- Fixed a possible crash at module shutdown in the persistent handle API (probably fixing bug #11509)- Fixed test suite for PHP4- Fixed missing PHP_LIBDIR definition in config.m4 for PHP4- Fixed non-standard shell support in config.m4
* Mon Oct 22 2007 crrodriguezAATTsuse.de- update to version 1.6.0 RC1, most notably feature is the addition of libevent support
* Mon Oct 01 2007 crrodriguezAATTsuse.de- needs -fno-strict-aliasing
* Fri Sep 28 2007 crrodriguezAATTsuse.de- update to version 1.5.6
* Tue Sep 04 2007 crrodriguezAATTsuse.de- update to version 1.5.5
* Fri Jun 29 2007 judas_iscarioteAATTshorewall.net- update to version 1.5.4
* Wed Apr 25 2007 judas_iscarioteAATTshorewall.net- update to version 1.5.3- Fixed crashes with repeated registering/unregisitering of request methods.