release 1.7.0
[m6w6/ext-http] / http_url_api.c
2009-12-31  Michael Wallneryear bump
2009-10-08  Michael Wallner* fix pecl bug #16533 (http_redirect fails with url...
2009-02-12  Michael WallnerFixed bug #15800
2008-07-27  Michael Wallnerfix MSVC >6 warnings and errors
2008-02-07  Michael Wallnerfix gc issues
2007-09-17  Michael Wallner- don't use environment for constructing request urls and
2007-02-07  Michael Wallner- fix copyright year
2007-01-15  Michael Wallner- use sizeof() for snprintf
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-11-20  Michael Wallner- improve internal array handling
2006-07-10  Michael Wallner- fix endless loop in http_build_url("..")
2006-07-08  Michael Wallner- fix HttpQueryString failures with objects as argument
2006-05-20  Michael Wallner- fix http_build_url("./path") if REQUEST_URI is empty
2006-05-19  Michael Wallner- fix switch() CS
2006-05-19  Michael Wallner- add HTTP_URL_STRIP_ALL constant
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-04-19  Michael Wallner- erm, complete the fix
2006-04-19  Michael Wallner- fix possible crash with http_redirect() and http_buil...
2006-03-08  Michael Wallner- fix http_build_str(): urlencode [] brackets
2006-02-21  Michael Wallner- fix bug #6861: 5 digit ports get truncated
2006-02-07  Michael Wallner- use gethostname() if available in http_build_url()
2006-02-03  Michael Wallner- fix endless loop in http_build_url() with urls like...
2006-01-27  Michael Wallner- add flag parameter to http_build_url(); slightly...
2006-01-19  Michael Wallner- some housekeeping
2006-01-10  Michael Wallner- enable zlib by default
2006-01-02  Michael Wallner- happy new year
2005-12-28  Michael Wallner- hopefully some more appropriate fixes for the zval...
2005-12-27  Michael Wallner- add missing constants to HttpDeflateStream
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-22  Michael Wallner- add flush() to encoding stream (filters)
2005-12-22  Michael Wallner- fixed memory corruptions on reusing HttpRequest;
2005-12-21  Michael Wallner- only encode if there's anything to encode
2005-12-18  Michael Wallner- fix build_url() with relative paths
2005-12-18  Michael Wallner- path has been copied twice
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-12  Michael Wallner- made the silently failing message parser raise some...
2005-12-11  Michael Wallner- fix possible leak and unitiliazed port
2005-12-07  Michael Wallner- fix logic error
2005-12-07  Michael Wallner- furl.scheme cannot be NULL at this stage
2005-12-07  Michael Wallner- fix segv if http_absolute_uri returns NULL
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-15  Michael Wallner- ditch some warnings
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-11-01  Michael Wallner- own, simpler hash urlencoder
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-09-02  Michael Wallner- improve config.m4
2005-08-23  Michael Wallner- ditch http_split_response()
2005-07-29  Michael Wallner- fix INI entries
2005-07-26  Michael Wallner- fix possible mem-leak in http_absolute_uri()
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-06  Michael Wallner- move that at the end for PHP4
2005-04-13  Michael Wallner- use custom error function
2005-04-10  Michael Wallner* more modular file structure