* fixed http_cache_last_modified(): if parameter was omitted, would have always sent...
authorMichael Wallner <mike@php.net>
Tue, 8 Feb 2005 11:52:24 +0000 (11:52 +0000)
committerMichael Wallner <mike@php.net>
Tue, 8 Feb 2005 11:52:24 +0000 (11:52 +0000)
commit7dedd1935ab8400dfbd49fe63c83b74b0d0b68e6
treea211d6d35328e830150c49fbc5a70c858edc6314
parent21c1913c745be79bb5551b4bb67ca5a9e54c221b
* fixed http_cache_last_modified(): if parameter was omitted, would have always sent 304 Not Modified
* we do not need to suggest closing the connection in http_cache_etag() as we'll end the ob_buffer
* made http_redirect() really RFC compliant by writing out "Redirecting to <link>URI</link>."
* separate params argument in http_redirect()
* remember sent etag and last-modified as globals
* new HTTP_SERVER_VARS define
* only try to match the etag in http_ob_etag_handler() if we have not been stopped so far
* ignore spaces in range request of IE
* free zranges where they've been initialized
* caching handling in http_send()
* update package.xml
http.c
http_api.c
package.xml
php_http.h
php_http_api.h