- example fixup
[m6w6/ext-http] / http_response_object.c
2005-09-15  Michael Wallner- check for curl_easy_reset() in lib and assume presenc...
2005-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-14  Michael Wallner- no headers property anymore
2005-09-14  Michael Wallner- change HttpResponse::setHeader() and ::addHeader...
2005-09-13  Michael Wallner- type safety for properties
2005-09-12  Michael Wallner- add missing support for raw post data (HttpRequest)
2005-09-08  Michael Wallner- ditch warnings
2005-09-06  Michael Wallner- only addref if we remember the stream
2005-09-06  Michael Wallner- add HttpResponse::guessContentType() through libmagic
2005-09-02  Michael Wallner- improve config.m4
2005-09-01  Michael Wallner- fix static property access (sizeof() vs. sizeof()-1)
2005-09-01  Michael Wallner- fix capture mode (again)
2005-09-01  Michael Wallner- leftovers
2005-09-01  Michael Wallner- prepare for working static properties in PHP_5_1
2005-08-26  Michael Wallner- update docs
2005-08-25  Michael Wallner- add etag generation through mhash
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