* flush *
authorMichael Wallner <mike@php.net>
Sun, 22 May 2005 17:24:15 +0000 (17:24 +0000)
committerMichael Wallner <mike@php.net>
Sun, 22 May 2005 17:24:15 +0000 (17:24 +0000)
commit781c90c0447166dd52ef881ae15751fa466c32fb
treee5c09bfb2e3e7dca40580c0d727f5e701099e065
parentbb6571e22d14c87114eb729145be2e7b87ebea42
* flush *
- added PHP_FUNCTIONS:
  http_throttle, http_request_method_(register|unregister|exists|name)
- added PHP_METHODS:
  HttpResponse::(set|get)ThrottleDelay, HttpResponse::(set|get)SendBuffersize
- http_globals cleanup
- added request methods to MINFO
- register error code constants
- added provisory http_message_dup() for the HttpMessage clone handler
- added some missing functions in missing.c
# gcc fixes follow
25 files changed:
config.w32
http.c
http_api.c
http_cache_api.c
http_exception_object.c
http_functions.c
http_message_api.c
http_message_object.c
http_methods.c
http_request_api.c
http_response_object.c
http_send_api.c
missing.c [new file with mode: 0644]
missing.h [new file with mode: 0644]
package.xml
php_http.h
php_http_exception_object.h
php_http_message_api.h
php_http_message_object.h
php_http_request_api.h
php_http_request_object.h
php_http_response_object.h
php_http_send_api.h
php_http_std_defs.h
php_http_util_object.h