robinf          Wed Feb 18 16:42:52 2009 UTC

  Modified files:              
    /php-src/main       output.c 
  Log:
  Revert fix to bug #46903 as per 
http://marc.info/?l=php-internals&m=123476465621346&w=2 .
  
http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.216&r2=1.217&diff_format=u
Index: php-src/main/output.c
diff -u php-src/main/output.c:1.216 php-src/main/output.c:1.217
--- php-src/main/output.c:1.216 Wed Dec 31 11:12:38 2008
+++ php-src/main/output.c       Wed Feb 18 16:42:52 2009
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: output.c,v 1.216 2008/12/31 11:12:38 sebastian Exp $ */
+/* $Id: output.c,v 1.217 2009/02/18 16:42:52 robinf Exp $ */
 
 #ifndef PHP_OUTPUT_DEBUG
 #      define PHP_OUTPUT_DEBUG 0
@@ -1342,8 +1342,6 @@
        }
        if (chunk_size < 0) {
                chunk_size = 0;
-       } else if (chunk_size == 1) {
-               chunk_size = 4096;
        }
        
        if (SUCCESS != php_output_start_user(output_handler, chunk_size, flags 
TSRMLS_CC)) {



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

Reply via email to