From: Date: Wed, 21 Aug 2002 00:23:33 +0000 (+0000) Subject: NEWS update X-Git-Tag: RELEASE_0_91~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d887ea3c3dc270aa46c32f79d27ad8d82315266b;p=php NEWS update --- diff --git a/NEWS b/NEWS index 6141810fe9..698bb86f50 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Added php.ini option "double_buffering" that forces an additional first + output buffer and improved handling of buffer sizes. (Marcus) - Changed DomNode->next_sibling and DomNode->previous_sibling to return NULL instead of false (W3C specs). (chregu) - Changed DomNode->insert_before() and DomNode->append_child() to conform to