* added HTTPi_Request::getResponseCode()
authorMichael Wallner <mike@php.net>
Sun, 6 Mar 2005 21:43:09 +0000 (21:43 +0000)
committerMichael Wallner <mike@php.net>
Sun, 6 Mar 2005 21:43:09 +0000 (21:43 +0000)
commit815d3dc46b3c98fded874db7b8ef5f0f70dd9927
tree198d9e63ec26c69639d4dd193d5f5f16d87b3e01
parentf33ddcab9445fdc1a764547a07de1182a010eb1c
* added HTTPi_Request::getResponseCode()
* renamed HTTPi_Request::getResponseHeader<del>s</del>() allowing retrieval of single header values
* HTTPi_Request::getResponseInfo() allows retrieval of single info values now
* fixed overflow in http_split_response()
http.c
http_api.c
http_curl_api.c
http_methods.c
php_http.h