Skip to content

Commit df43107

Browse files
author
James Moore
committed
Keep comments and code in sync.
1 parent 7b7c45d commit df43107

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main/output.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,6 @@ static inline void php_ob_append(const char *text, uint text_length TSRMLS_DC)
591591
memcpy(target, text, text_length);
592592
target[text_length]=0;
593593

594-
/* If implicit_flush is On, send contents to next buffer and return.
595-
Both PG() and OG() should be used since we should flush implicitly
596-
always when implicit_flush is enabled in php.ini */
597594
if (OG(active_ob_buffer).chunk_size
598595
&& OG(active_ob_buffer).text_length >= OG(active_ob_buffer).chunk_size) {
599596
zval *output_handler = OG(active_ob_buffer).output_handler;

0 commit comments

Comments
 (0)