X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=adb44d2bb40671551bef04900554915dc12387c5;hb=3fcfaba41748c3fd452e84ba6da6ea2d91f28e5e;hp=ad220d3024c349849303ff1aee2a47fb881ae5bf;hpb=98d8a1dced6ae8bde1953f439de7fd9c453e5971;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index ad220d3..adb44d2 100644 --- a/http_functions.c +++ b/http_functions.c @@ -565,7 +565,7 @@ PHP_FUNCTION(http_match_etag) * 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. + * http.log.cache is set and the cache attempt was successful. */ PHP_FUNCTION(http_cache_last_modified) { @@ -614,7 +614,7 @@ PHP_FUNCTION(http_cache_last_modified) * 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. + * "http.log.cache" is set and the cache attempt was successful. */ PHP_FUNCTION(http_cache_etag) { @@ -713,7 +713,7 @@ PHP_FUNCTION(http_throttle) * 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. + * "http.log.redirect" is set and the redirect attempt was successful. */ PHP_FUNCTION(http_redirect) {