From af49e58f5155383a440041c77cc1ecbaf507fde7 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 12 Mar 2010 10:28:59 +0000 Subject: - Reverted r296062 and r296065 --- sapi/apache2handler/php_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache2handler/php_functions.c') diff --git a/sapi/apache2handler/php_functions.c b/sapi/apache2handler/php_functions.c index 3b275d3a81..32f6b57182 100644 --- a/sapi/apache2handler/php_functions.c +++ b/sapi/apache2handler/php_functions.c @@ -91,7 +91,7 @@ PHP_FUNCTION(virtual) } /* Flush everything. */ - php_output_end_all(TSRMLS_C); + php_end_ob_buffers(1 TSRMLS_CC); php_header(TSRMLS_C); /* Ensure that the ap_r* layer for the main request is flushed, to -- cgit v1.2.1