- renamed response.status to response.code
[m6w6/ext-http] / http.c
2005-04-12  Michael Wallner- use exceptions in constructors and HttpRequest::send()
2005-04-12  Michael Wallner- even better use a object struct member for that crap
2005-04-12  Michael Wallner- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
2005-04-12  Michael Wallner- include object headers only for ZE2
2005-04-12  Michael Wallner- split object code into separate files
2005-04-12  Michael Wallner- undef debug stmts
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* renamed HttpRequest::addHeader() to ::addHeaders...
2005-03-21  Michael Wallner* fixing concept of phpstr dtor/free
2005-03-20  Michael Wallner* typo
2005-03-20  Michael Wallner* rename classes according CS
2005-03-18  Michael Wallner* allow curl use zends memory functions (just to check...
2005-03-17  Michael Wallner* added HTTPi_Request::unsetOptions(), HTTPi_Request...
2005-03-10  Michael Wallner* nicer MINFO
2005-03-10  Michael Wallner* attempt to be smarter than windows ;)
2005-03-09  Michael Wallner* complete - commented - webdav request methods
2005-03-09  Michael Wallner* cpp stuff
2005-03-09  Michael Wallner* add webdav request methods to standard allowed methods
2005-03-06  Michael Wallner* added HTTPi_Request::getResponseCode()
2005-03-04  Michael Wallner* release 0.6.0
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-23  Michael Wallner* ditch warning
2005-02-23  Michael Wallner* fix memory-leaks/pre-use-frees
2005-02-23  Michael Wallner* split into more reasonable modules
2005-02-22  Michael Wallner* weird, weird
2005-02-22  Michael Wallner* added POST support to HTTPi_Request
2005-02-22  Michael Wallner* avoid warning
2005-02-22  Michael Wallner* no need to wrap around zend_objects_destroy_object()
2005-02-22  Michael Wallner* more compatibility
2005-02-22  Michael Wallner* do the dtor dance the right way
2005-02-22  Marcus Boerger- Call __destruct
2005-02-22  Michael Wallner* typos/ws
2005-02-19  Michael Wallner* fixed a LOAD of mem-leaks
2005-02-18  Michael Wallner* added HTTPi_Request::getResponseInfo(), ::setOptions...
2005-02-18  Michael Wallner* HTTPi_Request prototype
2005-02-18  Michael Wallner* simplify HTTPi_Response::send() a lot
2005-02-17  Michael Wallner* fixed some memleaks
2005-02-17  Michael Wallner* HTTPi_Response mostly done
2005-02-17  Michael Wallner* hoppala
2005-02-17  Michael Wallner* preparations for the OO interface
2005-02-16  Michael Wallner* sanitize ob_httpetaghandler
2005-02-16  Michael Wallner* use 4k cs
2005-02-16  Michael Wallner* added ob_httpetaghandler() (has major limitations...
2005-02-14  Michael Wallner* keep winsock crap outta door
2005-02-13  Michael Wallner* fix etag caching
2005-02-13  Michael Wallner* -dev version
2005-02-11  Michael Wallner* separate http_check_allowed_methods()
2005-02-11  Michael Wallner* we must send an allow header
2005-02-11  Michael Wallner* added http.allowed_methods ini entry
2005-02-11  Michael Wallner* added http_get_request_headers()
2005-02-11  Michael Wallner* proper cpp indention
2005-02-11  Michael Wallner* attempt to fix php4 ref handling
2005-02-11  Michael Wallner* force ref for $info in http_request functions
2005-02-10  Michael Wallner* rename http_parse_header to http_parse_headers
2005-02-09  Michael Wallner* separate http_parse_header() function (doesn't suppor...
2005-02-09  Michael Wallner* attempt to make http_build_query available for PHP4
2005-02-09  Michael Wallner* attempt to fix snap-build
2005-02-09  Michael Wallner* attempt yet again to fix php4 snaps build
2005-02-09  Michael Wallner* move includes around
2005-02-08  Michael Wallner* fixing PHP5 snap build
2005-02-08  Michael Wallner* fixed http_cache_last_modified(): if parameter was...
2005-02-07  Michael Wallner* more intuitive support for headers and cookies (assoc...
2005-02-07  Michael Wallner* hopefully fixing the ap_php_snprintf() issue
2005-02-04  Michael Wallner* add to pecl