Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
extensions
>
php5-pecl_http
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Added
php5-pecl_http.changes
@@ -0,0 +1,49 @@ +------------------------------------------------------------------- +Mon Nov 26 17:19:09 CET 2007 - crrodriguez@suse.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 11:39:18 UTC 2007 - crrodriguez@suse.de + +- update to version 1.6.0 RC1, most notably feature is the addition of libevent support + +------------------------------------------------------------------- +Mon Oct 1 06:45:12 UTC 2007 - crrodriguez@suse.de + +- needs -fno-strict-aliasing + +------------------------------------------------------------------- +Fri Sep 28 15:47:33 UTC 2007 - crrodriguez@suse.de + +- update to version 1.5.6 + +------------------------------------------------------------------- +Tue Sep 4 23:29:02 CEST 2007 - crrodriguez@suse.de + +- update to version 1.5.5 + +------------------------------------------------------------------- +Fri Jun 29 00:35:12 UTC 2007 - judas_iscariote@shorewall.net + +- update to version 1.5.4 + +------------------------------------------------------------------- +Wed Apr 25 10:36:21 UTC 2007 - judas_iscariote@shorewall.net + +- update to version 1.5.3 +- Fixed crashes with repeated registering/unregisitering of request methods. +