From: Arnaud Le Blanc Date: Mon, 18 Aug 2008 04:11:51 +0000 (+0000) Subject: ws X-Git-Tag: BEFORE_HEAD_NS_CHANGE~671 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=994ca4edff996b7b876a7e2b08e11734a74cc527;p=php ws --- diff --git a/main/output.c b/main/output.c index 89987f57a6..97a997a303 100644 --- a/main/output.c +++ b/main/output.c @@ -1276,7 +1276,7 @@ static inline int php_output_stack_pop(int flags TSRMLS_DC) /* 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); }