aharvey Fri, 11 Nov 2011 13:13:16 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=319050
Log: Note the change in ob_start() chunk size behaviour mentioned in doc bug #60243 (Add way to specify output buffering chunk size of 1). Bug: https://bugs.php.net/60243 (Assigned) Add way to specify output buffering chunk size of 1 Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING =================================================================== --- php/php-src/branches/PHP_5_4/UPGRADING 2011-11-11 12:53:10 UTC (rev 319049) +++ php/php-src/branches/PHP_5_4/UPGRADING 2011-11-11 13:13:16 UTC (rev 319050) @@ -225,6 +225,8 @@ - is_a() and is_subclass_of() now have third boolean parameter, which specifies if the first argument can be a string class name. Default if false for is_a and true for is_subclass_of() for BC reasons. +- ob_start() will now treat a chunk size of 1 as meaning 1 byte, rather than + the previous special case behaviour of treating it as 4096 bytes. =================================== 5. Changes made to existing methods
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php