From: Michael Wallner
the Last-Modified header is updated and the actual body will be sent.
Returns FALSE on failure, or *exits* with "304 Not Modified" if the entity is cached.
A log entry will be written to the cache log if the INI entry
-http.cache_log is set and the cache attempt was successful.
Attempts to cache the sent entity by its ETag, either supplied or generated
by the hash algorithm specified by the INI setting "http.etag.mode".
Returns FALSE on failure, or *exits* with "304 Not Modified" if the entity is cached.
A log entry is written to the cache log if the INI entry
-"http.cache_log" is set and the cache attempt was successful.
For use with ob_start(). Output buffer handler generating an ETag with
the hash algorithm specified with the INI setting "http.etag.mode".
Returns FALSE on failure, or *exits* on success.
A log entry will be written to the redirect log, if the INI entry
-"http.redirect_log" is set and the redirect attempt was successful.
Sends raw data with support for (multiple) range requests.
Returns TRUE on success, or FALSE on failure.
@@ -1434,7 +1434,7 @@ http.cache_log is set. -Generated at: Sun, 28 May 2006 17:34:52 +0200
+Generated at: Sun, 28 May 2006 17:55:39 +0200