- ob_etaghandler is not eraseable from userland with current output control code
authorMichael Wallner <mike@php.net>
Mon, 17 Apr 2006 16:29:29 +0000 (16:29 +0000)
committerMichael Wallner <mike@php.net>
Mon, 17 Apr 2006 16:29:29 +0000 (16:29 +0000)
http_cache_api.c
php_http.h

index 832656466972a38be1a69ead9a98e14f798b4fb9..9fce65059988eebaea0606b7c462e5b7ea17e665 100644 (file)
@@ -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)
index 9b7fc3cd1c4bd67d507886b8e93ace8b9b38446a..1c62e822d03178bb91baefc886edcc1cab048009 100644 (file)
@@ -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"