- FOREACH macros now require a HashPosition argument
[m6w6/ext-http] / http_headers_api.c
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