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