fix memleak
[m6w6/ext-http] / http_headers_api.c
2009-12-31  Michael Wallneryear bump
2009-06-12  Michael WallnerMFB
2009-02-12  Michael WallnerFixed bug #15800
2008-02-07  Michael Wallnerfix gc issues
2007-05-19  Michael Wallner- atof -> zend_strtod
2007-02-11  Michael Wallner- fix requests for the first byte only
2007-02-07  Michael Wallner- fix copyright year
2007-01-28  Michael Wallner- fix compiler warning
2007-01-23  Michael Wallner- add HttpMessage::fromEnv(int type[, string class_name])
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-11-20  Michael Wallner- improve internal array handling
2006-11-04  Michael Wallner- fix gcc-4.1 warning
2006-10-02  Michael Wallner- don't convert original $_SERVER entry to string
2006-10-02  Michael Wallner- improve http_get_request_headers()
2006-09-27  Michael Wallner- portable ctype (netbsd.org/cgi-bin/query-pr-single...
2006-05-19  Michael Wallner- fix switch() CS
2006-04-05  Michael Wallner- skip leading ws in http_parse_headers()
2006-04-05  Michael Wallner- bailout on empty keys in http_parse_headers()
2006-04-05  Michael Wallner- fix errenous bailout of http_parse_headers() introduc...
2006-03-31  Michael Wallner- Improved performance of the message and header parser
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-26  Michael Wallner- fixed access of super globals
2006-01-19  Michael Wallner- some housekeeping
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-02  Michael Wallner- happy new year
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-10  Michael Wallner- fix config.m4
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-19  Michael Wallner- aliases for HttpUtil
2005-11-19  Michael Wallner- add http_negotiate_content_type()
2005-11-15  Michael Wallner- ditch some warnings
2005-11-09  Michael Wallner- use zend_hash_find() instead of FOREACH in http_match...
2005-11-09  Michael Wallner- http_get_request_headers() modified $_SERVER array...
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-13  Michael Wallner- independency from ext/zlib
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-07  Michael Wallner- substract 10% instead of 50%, as already documented
2005-09-30  Michael Wallner- support for the "right way" (tm) to redirect post...
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-19  Michael Wallner- missed fixbit
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-16  Michael Wallner- forward until we find a digit
2005-09-16  Michael Wallner- new negotiator + test
2005-09-08  Michael Wallner- ditch warnings
2005-08-24  Michael Wallner- ditch left-overs of yesterday's commit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- use &EG(symbol_table)'s HTTP_SERVER_VARS instead of
2005-08-16  Michael Wallner- catch ranges starting with 0
2005-07-29  Michael Wallner- fix INI entries
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-17  Michael Wallner- warning hunt
2005-06-09  Michael Wallner- move http_parse_cookie() code to an odd http_parse_ke...
2005-06-06  Michael Wallner- add http_match_request_header()
2005-05-03  Michael Wallner- we need the trailing NUL or CRLF to catch the last...
2005-05-02  Michael Wallnerflush
2005-04-13  Michael Wallner- use custom error function
2005-04-12  Michael Wallner- no empty_string anymore
2005-04-11  Michael Wallneroops, typos causing mem-corruption
2005-04-11  Michael Wallner- http_parse_headers() now accepts a callback for handl...
2005-04-11  Michael Wallner- missing includes
2005-04-10  Michael Wallner* more modular file structure