* attempt to fix pecl Bug #16826 http_date strange behavior and crash
[m6w6/ext-http] / http_exception_object.c
2009-12-30  Michael Wallneradd curlCode property to HttpRequestException
2007-02-07  Michael Wallner- fix copyright year
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-08-24  Michael Wallner - added HttpException::__toString() which takes care...
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-05-19  Michael Wallner- fix switch() CS
2006-05-17  Michael Wallner- fix build with php-5.2
2006-01-30  Michael Wallner- fix some typos
2006-01-19  Michael Wallner- some housekeeping
2006-01-02  Michael Wallner- happy new year
2005-12-01  Michael Wallner# you better don't look inside
2005-11-30  Michael Wallner- wrap request exceptions into one request pool exception
2005-11-22  Michael Wallner- module/includes cleanup
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-07-29  Michael Wallner- fix INI entries
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-05-22  Michael Wallner* flush *
2005-04-13  Michael Wallner- removed unused stuff
2005-04-12  Michael Wallner- use exceptions in constructors and HttpRequest::send()