From: Michael Wallner Date: Mon, 17 Apr 2006 16:29:29 +0000 (+0000) Subject: - ob_etaghandler is not eraseable from userland with current output control code X-Git-Tag: RELEASE_1_0_0~48 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=d025312f11743dbe80858ecb3a1bb0d0a0e3155f;p=m6w6%2Fext-http - ob_etaghandler is not eraseable from userland with current output control code --- 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"