From d025312f11743dbe80858ecb3a1bb0d0a0e3155f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 17 Apr 2006 16:29:29 +0000 Subject: [PATCH] - ob_etaghandler is not eraseable from userland with current output control code --- http_cache_api.c | 2 +- php_http.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http_cache_api.c b/http_cache_api.c index 8326564..9fce650 100644 --- a/http_cache_api.c +++ b/http_cache_api.c @@ -185,7 +185,7 @@ PHP_HTTP_API STATUS _http_start_ob_etaghandler(TSRMLS_D) } HTTP_G->etag.started = 1; - return php_start_ob_buffer_named("ob_etaghandler", HTTP_G->send.buffer_size, 1 TSRMLS_CC); + return php_start_ob_buffer_named("ob_etaghandler", HTTP_G->send.buffer_size, 0 TSRMLS_CC); } PHP_HTTP_API zend_bool _http_interrupt_ob_etaghandler(TSRMLS_D) diff --git a/php_http.h b/php_http.h index 9b7fc3c..1c62e82 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "1.0.0RC3" +#define PHP_EXT_HTTP_VERSION "1.0.0RC4-dev" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2