fix doublefree with certinfo
[m6w6/ext-http] / http_api.c
2009-12-31  Michael Wallneryear bump
2009-12-30  Felipe Pena- Fixed ZTS build
2009-12-30  Michael Wallnerfacilitate zend_exception_set_previous() of PHP 5.3
2009-07-31  Michael WallnerMFB: fix http_get_request_body[_stream]() with FastCGI...
2009-02-12  Michael WallnerFixed bug #15800
2008-09-24  Michael WallnerPHP-5.3 zend_hash API compatibility fix
2008-03-12  Michael Wallnerno more PG(error_handling) in PHP-5.3
2007-09-28  Michael Wallner- take advantage of constified ZEND_API
2007-09-05  Michael Wallner- fix some warnings
2007-09-05  Michael Wallner- separate http_boundary()
2007-05-16  Michael Wallner- libevent diagnostics
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-07  Michael Wallner- fix copyright year
2007-02-04  Michael Wallner- reimplement persistent handle code
2006-12-19  Michael Wallner- fix infinite loop with http_parse_params("=")
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
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-09-27  Michael Wallner- portable ctype (netbsd.org/cgi-bin/query-pr-single...
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-08-24  Michael Wallner- finalize nexted exception fix
2006-08-23  Michael Wallner- nested exception order was fine
2006-08-23  Michael Wallner- fix nested exception suppression and order
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-06-01  Michael Wallner+ Added INI entries: http.log.not_found, http.send...
2006-05-27  Michael Wallner- fix usage of request time
2006-05-27  Michael Wallner- adjust ini entry names to those of the globals struct
2006-05-19  Michael Wallner- fix switch() CS
2006-04-28  Michael Wallner- add http_parse_params()
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-27  Michael Wallner- override INI(http.force_exit) when calling http_exit...
2006-03-26  Michael Wallner- fixed access of super globals
2006-02-20  Michael Wallner- need php_stream_open_wrapper_*ex* to pass a stream...
2006-02-20  Michael Wallner- add default stream context support
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-11  Michael Wallner- rather use a list of disallowed chars
2006-02-11  Michael Wallnertypo
2006-02-11  Michael Wallner- fix 'a=b ;'
2006-02-11  Michael Wallner- add "@" to allowed token characters
2006-02-11  Michael Wallner- add more sophisticated cookie parser
2006-02-10  Michael Wallner- make http_parse_cookie() "quoted string" aware and...
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-01-19  Michael Wallner- some housekeeping
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-07  Michael Wallner- improve http_redirect()
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-02  Michael Wallner- happy new year
2005-12-29  Michael Wallner- PHP only reads the request body if the request method...
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- fix inclusion of zlib.h
2005-12-15  Michael Wallner- start open_basedir checks
2005-12-10  Michael Wallner- fix config.m4
2005-12-09  Michael Wallner- proper type checking, thanks Sara
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- drop mhash support
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-02  Michael Wallner- ensure proper message deallocation
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-20  Michael Wallner- http_support() claimed there's no SSL support ifndef ZTS
2005-10-17  Michael Wallner- encodings support exists with ext/zlib too
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- typos
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-09  Michael Wallner- some minor strlen() and strlcat() tweaks
2005-10-07  Michael Wallner- ditch leak when throwing exceptions
2005-10-04  Michael Wallner- missing include
2005-10-04  Michael Wallner- fixed typo in month list: Okt should have been Oct
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-21  Michael Wallner- fix very silly behaviour of libmagic if we want to...
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-07  Michael Wallner- improve logging format
2005-09-07  Michael Wallner- fix PHP4 build in http_error_ex()
2005-09-07  Michael Wallner- improve libmagic support
2005-09-06  Michael Wallner- add HttpResponse::guessContentType() through libmagic
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-26  Michael Wallner-fix macro parameter passing in HTTP_LOG_WRITE
2005-08-24  Michael Wallner- single LF aware http_chunked_decode()
2005-08-24  Michael Wallner- ditch left-overs of yesterday's commit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- use &EG(symbol_table)'s HTTP_SERVER_VARS instead of
2005-07-29  Michael Wallner- fix INI entries
2005-07-25  Michael Wallner- actally returns STATUS
2005-07-19  Michael Wallner- flush
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-17  Michael Wallner- warning hunt
2005-06-10  Michael Wallner- ditch redundant http_split_response
2005-06-09  Michael Wallner- move http_parse_cookie() code to an odd http_parse_ke...
2005-05-31  Michael Wallner- typos
2005-05-31  Michael Wallner- improve http_chunked_decode once more
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner* flush *
2005-05-03  Michael Wallner- improve http_chunked_decode
2005-05-02  Michael Wallnerflush
next