- finalize persistent handle support (probably)
[m6w6/ext-http] / php_http_std_defs.h
2007-02-07  Michael Wallner- fix copyright year
2007-02-02  Michael Wallner- deprecate HttpRequest::*RawPostData() in favour of...
2007-01-31  Michael Wallner- move some definitions around
2007-01-12  Michael Wallner- better fix
2007-01-12  Michael Wallner- version bump
2006-11-22  Michael Wallner- improve response performance
2006-11-20  Michael Wallner- improve internal array handling
2006-11-04  Michael Wallner- servers may return a header multiple times, join...
2006-07-17  Michael Wallner- fix overload guards leaks
2006-05-18  Michael Wallners/IF_RETVAL_USED/if (return_value_used)/
2006-05-17  Michael Wallner- fix build with php-5.2
2006-04-18  Michael Wallner- fix SEGV if an error occurs inside a callback and...
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-03  Michael Wallner- use OBJ_PROP_CE macro
2006-02-20  Michael Wallner- add default stream context support
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-01-30  Michael Wallner- fix some typos
2006-01-27  Michael Wallner- add flag parameter to http_build_url(); slightly...
2006-01-20  Michael Wallneradd addref param to RETURN_OBJVAL() etc
2006-01-02  Michael Wallner- happy new year
2005-12-31  Michael Wallner- cleanup property access macros arguments
2005-12-31  Michael Wallner- fix access of private properties
2005-12-22  Michael Wallner- cleanup
2005-12-22  Frank M. KromannFix build for non-curl configurations
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-14  Ilia AlshanetskyIncrease URL length to 4k, only IE limits the length...
2005-12-10  Michael Wallner- fix leak with class constants
2005-11-09  Michael Wallner- http_get_request_headers() modified $_SERVER array...
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-11-08  Michael Wallner- honor other REGISTER_CLASS macros too
2005-11-08  Michael Wallner- initialize class entries, or else the ZE will try...
2005-11-02  Michael Wallner- ensure proper message deallocation
2005-11-01  Michael Wallner- own, simpler hash urlencoder
2005-10-28  Michael Wallner- fix access to variables if HttpMessage is extended
2005-10-28  Michael Wallner- don't make these zvals references
2005-10-25  Michael Wallner- clone() support for HttpRequest
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-18  Michael Wallner- use object_handlers->add_ref()
2005-10-17  Michael Wallner- fix issues ifndef HTTP_HAVE_CURL
2005-10-17  Michael Wallner- fix previous commit and adjust tests
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-16  Michael Wallner- fix memory corruption
2005-09-15  Michael Wallner- no forced pass_by_ref for objects
2005-09-12  Michael Wallner- add missing support for raw post data (HttpRequest)
2005-09-08  Michael Wallner- add rebuild script
2005-09-08  Michael Wallner- ditch warnings
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-07  Michael Wallner- typo
2005-09-07  Michael Wallner- fix PHP4 build in http_error_ex()
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-01  Michael Wallner- fix static property access (sizeof() vs. sizeof()-1)
2005-08-24  Michael Wallner- simplify request/response handling
2005-08-24  Michael Wallner- typo
2005-08-24  Michael Wallner- include missing.h in http.c for static property fixup
2005-08-23  Michael Wallner- ditch http_split_response()
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-08  Michael Wallner- incorporate static property routines into missing.c
2005-08-03  Michael Wallner- add HttpMessage class constants
2005-08-02  Michael Wallner- fix PHP4 build (has no only_exceptions INI setting
2005-07-29  Michael Wallner- avoid leak in RETURN_OBJECT
2005-07-29  Marcus Boerger- Fix property handling
2005-07-29  Michael Wallner- fix INI entries
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
2005-07-22  Michael Wallner- proper handling of static members
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-20  Michael Wallner- separate http_methods.c into http_*_object.c files
2005-07-19  Michael Wallner- reflection awareness for HttpResponse, HttpMessage...
2005-06-15  Michael Wallner- define TSRMLS_FETCH_FROM_CTX and TSRMLS_SET_CTX if...
2005-06-14  Michael Wallner- fix HttpRequest::getResponseMessage()
2005-06-14  Michael Wallner- enable $pool = new HttpRequestPool(HttpRequest r...
2005-06-07  Michael Wallner- crunch ARG_INFO
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool
2005-05-30  Michael Wallner- might want to use HTTP_STATIC_ME_ALIAS() for other...
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-05-03  Michael Wallner- update
2005-05-02  Michael Wallnerflush
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- unify script termination
2005-04-26  Michael Wallner- added missing methods (except setBody) for HttpMessage
2005-04-13  Michael Wallner- E_THROW for PHP4 too
2005-04-13  Michael Wallner- error constants
2005-04-12  Michael Wallner- use exceptions in constructors and HttpRequest::send()
2005-04-12  Michael Wallner- split object code into separate files
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-10  Michael Wallner* more modular file structure
2005-03-18  Michael Wallner* improve http_send() and http_negotiate_q() code
2005-02-26  Michael Wallner* fix EOF
2005-02-25  Michael Wallner* melt http_api down
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h