no more PG(error_handling) in PHP-5.3
[m6w6/ext-http] / http_request_method_api.c
2007-04-24  Michael Wallner* Fixed crashes with repeated registering/unregisiterin...
2007-02-07  Michael Wallner- fix copyright year
2006-09-27  Michael Wallner- portable ctype (netbsd.org/cgi-bin/query-pr-single...
2006-08-23  Michael Wallner- fix nested exception suppression and order
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-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-01-19  Michael Wallner- some housekeeping
2006-01-02  Michael Wallner- happy new year
2005-12-30  Michael Wallner- allow to disable zlib support
2005-12-29  Michael Wallner- revised request_method api
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-10-28  Michael Wallner- no HttpMessage property access by reference
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-09  Michael Wallner- fix "UNKNOWN" for unknown request methods
2005-10-09  Michael Wallner- some minor strlen() and strlcat() tweaks
2005-09-30  Michael Wallner- fix PHP5 build
2005-09-20  Michael Wallner- ensure proper CURL_EXTERN macro by defining CURL_STAT...
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-15  Michael Wallner- more descriptive constant names
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)