fix Bug #15497 HttpInflateStream::finish segfaults when passing NULL
[m6w6/ext-http] / php_http_util_object.h
2007-02-07  Michael Wallner- fix copyright year
2006-03-07  Michael Wallner- rename HttpQueryString::getInstance() to HttpQueryStr...
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-02  Michael Wallner- happy new year
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-19  Michael Wallner- aliases for HttpUtil
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-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- add compression functions to userspace
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- added http_get_request_body()
2005-05-30  Michael Wallner- typo
2005-05-22  Michael Wallner* flush *
2005-04-12  Michael Wallner- split object code into separate files