fix bug #15223 (http_parse_message cust off more than message headers);
[m6w6/ext-http] / http_util_object.c
2007-02-07  Michael Wallner- fix copyright year
2006-07-21  Michael Wallner- add http_build_cookie
2006-06-08  Michael Wallner- add HttpMessage::guessContentType()
2006-05-27  Michael Wallner- adjust ini entry names to those of the globals struct
2006-04-29  Michael Wallner- fix aliases and exports
2006-02-06  Michael Wallner- we actually never return by ref
2006-02-05  Michael Wallner- buildQuery => buildStr
2006-02-05  Michael Wallner- solve that another way
2006-02-05  Michael Wallner- fix win32 build, really, for now
2006-01-27  Michael Wallner- add flag parameter to http_build_url(); slightly...
2006-01-19  Michael Wallner- some housekeeping
2006-01-02  Michael Wallner- happy new year
2005-12-23  Michael Wallner- add phpstr_shrink()
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-19  Michael Wallner- aliases for HttpUtil
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-17  Michael Wallner- fixed issues ifndef HTTP_HAVE_ZLIB and enable gzipped...
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- add compression functions to userspace
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
2005-10-04  Michael Wallner- rename http_absolute_uri to http_build_uri (complemen...
2005-09-08  Michael Wallner- ditch warnings
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-07-24  Michael Wallner- no need to mark HttpUtil as final
2005-07-24  Michael Wallner- API juggling
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-07  Michael Wallner- crunch ARG_INFO
2005-05-30  Michael Wallner- might want to use HTTP_STATIC_ME_ALIAS() for other...
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-04-12  Michael Wallner- split object code into separate files