jani                                     Tue, 08 Dec 2009 11:00:03 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291873

Log:
- Fix the comment again

Changed paths:
    U   php/php-src/trunk/main/main.c

Modified: php/php-src/trunk/main/main.c
===================================================================
--- php/php-src/trunk/main/main.c       2009-12-08 10:56:41 UTC (rev 291872)
+++ php/php-src/trunk/main/main.c       2009-12-08 11:00:03 UTC (rev 291873)
@@ -1675,7 +1675,7 @@
                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();

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to