From: Date: Mon, 12 Aug 2002 00:19:01 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.3.0dev_zend2_alpha3~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd726f9172bd70028590749c20180e9ab52ba527;p=php NEWS update --- diff --git a/NEWS b/NEWS index 712d4b0c00..a859391a66 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Changed zlib.output_compression behavior. If larger chunk is preferred, - Copy() fixed to return 1 on 0 byte files. Patch by Ilia A . - Added ob_list_handlers() which returns an array of all active output handlers. (marcus)