jmoore          Thu Oct  3 07:56:10 2002 EDT

  Modified files:              
    /php4/main  output.c 
  Log:
  Keep comments and code in sync.
  
  
Index: php4/main/output.c
diff -u php4/main/output.c:1.136 php4/main/output.c:1.137
--- php4/main/output.c:1.136    Thu Oct  3 07:08:09 2002
+++ php4/main/output.c  Thu Oct  3 07:56:10 2002
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: output.c,v 1.136 2002/10/03 11:08:09 sebastian Exp $ */
+/* $Id: output.c,v 1.137 2002/10/03 11:56:10 jmoore Exp $ */
 
 #include "php.h"
 #include "ext/standard/head.h"
@@ -591,9 +591,6 @@
        memcpy(target, text, text_length);
        target[text_length]=0;
 
-       /* If implicit_flush is On, send contents to next buffer and return.
-          Both PG() and OG() should be used since we should flush implicitly
-          always when implicit_flush is enabled in php.ini */
        if (OG(active_ob_buffer).chunk_size
                        && OG(active_ob_buffer).text_length >= 
OG(active_ob_buffer).chunk_size) {
                zval *output_handler = OG(active_ob_buffer).output_handler;



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

Reply via email to