Changes of Revision 3
[-] | Added | php5-pecl_http.changes |
x 1
2 +------------------------------------------------------------------- 3 +Mon Nov 26 17:19:09 CET 2007 - crrodriguez@suse.de 4 + 5 +- version 1.6.0 6 +- Added HttpRequest::flushCookies() (libcurl >= 7.17.1) 7 +- Added constant HTTP_URL_FROM_ENV 8 +- Added 'retrycount' and 'retrydelay' request options 9 +- Added libevent support for libcurl (>= 7.16.0): 10 +- added --with-http-curl-libevent configure option 11 +- added HttpRequestPool::enableEvents() 12 +- Fixed problems with cookiestore request option introduced with persistent handles 13 +- Fixed crash on prematurely called HttpMessage::next() 14 +- Fixed possible shutdown crash with http_parse_params() and PHP4 15 +- Fixed a possible crash at module shutdown in the persistent handle API (probably fixing bug #11509) 16 +- Fixed test suite for PHP4 17 +- Fixed missing PHP_LIBDIR definition in config.m4 for PHP4 18 +- Fixed non-standard shell support in config.m4 19 + 20 +------------------------------------------------------------------- 21 +Mon Oct 22 11:39:18 UTC 2007 - crrodriguez@suse.de 22 + 23 +- update to version 1.6.0 RC1, most notably feature is the addition of libevent support 24 + 25 +------------------------------------------------------------------- 26 +Mon Oct 1 06:45:12 UTC 2007 - crrodriguez@suse.de 27 + 28 +- needs -fno-strict-aliasing 29 + 30 +------------------------------------------------------------------- 31 +Fri Sep 28 15:47:33 UTC 2007 - crrodriguez@suse.de 32 + 33 +- update to version 1.5.6 34 + 35 +------------------------------------------------------------------- 36 +Tue Sep 4 23:29:02 CEST 2007 - crrodriguez@suse.de 37 + 38 +- update to version 1.5.5 39 + 40 +------------------------------------------------------------------- 41 +Fri Jun 29 00:35:12 UTC 2007 - judas_iscariote@shorewall.net 42 + 43 +- update to version 1.5.4 44 + 45 +------------------------------------------------------------------- 46 +Wed Apr 25 10:36:21 UTC 2007 - judas_iscariote@shorewall.net 47 + 48 +- update to version 1.5.3 49 +- Fixed crashes with repeated registering/unregisitering of request methods. 50 + 51 |