]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 21 Aug 2002 00:23:33 +0000 (00:23 +0000)
committer <changelog@php.net> <>
Wed, 21 Aug 2002 00:23:33 +0000 (00:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6141810fe9776060d7461db0bb0273f22f9d59b4..698bb86f50a8a98fa9d488bdc5aca27e1cfca4d9 100644 (file)
--- 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