From 8413e1771cbe14e7d2100d0efc65ebb75936b36c Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 8 Dec 2009 11:00:03 +0000 Subject: [PATCH] - Fix the comment again --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index 63e3b8ffdd..3bf288bdd3 100644 --- a/main/main.c +++ b/main/main.c @@ -1675,7 +1675,7 @@ void php_request_shutdown(void *dummy) php_output_deactivate(TSRMLS_C); } zend_end_try(); - /* 4. Send the set HTTP headers (note: This must be done AFTER php_end_ob_buffers() !!) */ + /* 4. Send the set HTTP headers (note: This must be done AFTER php_output_discard_all() / php_output_end_all() !!) */ zend_try { sapi_send_headers(TSRMLS_C); } zend_end_try(); -- 2.50.1