lbarnaud Mon Aug 18 04:11:52 2008 UTC Modified files: /php-src/main output.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.212&r2=1.213&diff_format=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.212 php-src/main/output.c:1.213 --- php-src/main/output.c:1.212 Mon Aug 18 04:07:54 2008 +++ php-src/main/output.c Mon Aug 18 04:11:51 2008 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: output.c,v 1.212 2008/08/18 04:07:54 lbarnaud Exp $ */ +/* $Id: output.c,v 1.213 2008/08/18 04:11:51 lbarnaud Exp $ */ #ifndef PHP_OUTPUT_DEBUG # define PHP_OUTPUT_DEBUG 0 @@ -1276,7 +1276,7 @@ /* pass output along */ if (context.out.data && context.out.used && !(flags & PHP_OUTPUT_POP_DISCARD)) { /* in case of unclean_shutdown, do not output the buffer if it is not - * meant to be until end of script or ob_end_*() call */ + * meant to be until end of script or ob_end_*() call */ if (!CG(unclean_shutdown) || orphan->size) { php_output_write(context.out.data, context.out.used TSRMLS_CC); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php