- still let it be customizable
[m6w6/ext-http] / http_response_object.c
2007-02-22  Michael Wallner- removed error prone macros, fixes bug #10151 (build...
2007-02-07  Michael Wallner- fix copyright year
2007-01-23  Michael Wallner- add HttpMessage::fromEnv(int type[, string class_name])
2006-11-23  Michael Wallner- shrink protos
2006-10-27  Michael Wallner- fix leak in HttpResponse::setData()
2006-10-17  Michael Wallner- fix unsetting response headers
2006-10-07  Michael Wallner- attempt to fix bug #8872 (build fails --without-http...
2006-07-21  Michael Wallner- set property default send buffer to 0 too
2006-07-21  Michael Wallner- add http_build_cookie
2006-07-05  Michael Wallner- fix HttpResponse::capture() failure if buffered outpu...
2006-06-01  Michael Wallner+ Added INI entries: http.log.not_found, http.send...
2006-05-19  Michael Wallner- fix switch() CS
2006-05-18  Michael Wallners/IF_RETVAL_USED/if (return_value_used)/
2006-04-29  Michael Wallner- fix aliases and exports
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-28  Michael Wallner- fix too aggressive caching behavour of HttpResponse
2006-03-19  Michael Wallner- add note about HttpResponse::getHeader() not working...
2006-03-03  Michael Wallner- use OBJ_PROP_CE macro
2006-02-27  Michael Wallner- ditch warnings
2006-02-14  Michael Wallner- add bool must_revalidate param to HttpResponse::setCa...
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-02-06  Michael Wallner- we actually never return by ref
2006-02-06  Michael Wallner- update docs
2006-01-19  Michael Wallner- some housekeeping
2006-01-07  Michael Wallner- improve http_redirect()
2006-01-02  Michael Wallner- happy new year
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- drop mhash support
2005-11-19  Michael Wallner- add preliminary ext/hash support (currently only...
2005-11-15  Michael Wallner- ditch some warnings
2005-11-08  Michael Wallner- added INI setting http.force_exit which can be used...
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-11-02  Michael Wallner- typo
2005-10-26  Michael Wallner- no history logging by default
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- add crc etag test
2005-10-07  Michael Wallner- commonize some error messages
2005-10-05  Michael Wallner- changelog
2005-10-05  Michael Wallner- better inline docs, part #5 and presumingly the last...
2005-10-04  Michael Wallner- use global send buffer size for output buffering...
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-22  Michael Wallner- add first version of package2.xml
2005-09-21  Michael Wallner- fix very silly behaviour of libmagic if we want to...
2005-09-20  Michael Wallner- php_info fun
2005-09-20  Michael Wallner- last mhash algo was missed
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
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