summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-08-21 00:23:33 +0000
committer <changelog@php.net>2002-08-21 00:23:33 +0000
commitd887ea3c3dc270aa46c32f79d27ad8d82315266b (patch)
tree57552e3715a3bbc8c333ad759a30f8ef73a90c6a
parent9f2abde46030e05f0ac39a7800c882efb75bc94b (diff)
downloadphp-git-d887ea3c3dc270aa46c32f79d27ad8d82315266b.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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