- don't destroy headers in http_message_tostruct_recursive()
[m6w6/ext-http] / http_response_object.c
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- typo
2005-08-19  Michael Wallner- improve static property handling
2005-08-19  Michael Wallner- use &EG(symbol_table)'s HTTP_SERVER_VARS instead of
2005-08-16  Michael Wallner- bloody workaround for internal class' static properties
2005-08-01  Michael Wallner- simplify http_send_header API
2005-07-29  Michael Wallner- fix INI entries
2005-07-24  Michael Wallner- API juggling
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
2005-07-22  Michael Wallner- add response tests
2005-07-22  Michael Wallner- docs
2005-07-22  Michael Wallnerhoppla
2005-07-22  Michael Wallner- added capture mode to HttpResponse
2005-07-22  Michael Wallner- example
2005-07-22  Michael Wallner- return error if headers have been already sent
2005-07-22  Michael Wallner- fix stream handling
2005-07-21  Michael Wallner- set etag if not defined by user
2005-07-21  Michael Wallner- fix output buffering, default mime type
2005-07-21  Michael Wallner- better some leaks than mem read errors
2005-07-21  Michael Wallner- fix refelction info
2005-07-20  Michael Wallner- separate http_methods.c into http_*_object.c files
2005-07-19  Michael Wallner- reflection awareness of HttpRequest
2005-07-19  Michael Wallner- reflection awareness for HttpResponse, HttpMessage...
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner* flush *
2005-04-12  Michael Wallner- split object code into separate files