- http_globals.gzip_encoding needs to be sort of a real int
[m6w6/ext-http] / php_http_std_defs.h
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