]> granicus.if.org Git - php/commitdiff
- Fix the comment again
authorJani Taskinen <jani@php.net>
Tue, 8 Dec 2009 11:00:03 +0000 (11:00 +0000)
committerJani Taskinen <jani@php.net>
Tue, 8 Dec 2009 11:00:03 +0000 (11:00 +0000)
main/main.c

index 63e3b8ffdd5ae5bf4abad07dea04014e672e712c..3bf288bdd336a604cb74788e17ae0caea3cccd03 100644 (file)
@@ -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();