From: Jani Taskinen Date: Tue, 8 Dec 2009 11:00:03 +0000 (+0000) Subject: - Fix the comment again X-Git-Tag: php-5.4.0alpha1~191^2~2282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8413e1771cbe14e7d2100d0efc65ebb75936b36c;p=php - Fix the comment again --- 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();