summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-08-15 11:19:40 +0000
committerfoobar <sniper@php.net>2002-08-15 11:19:40 +0000
commit3ff741df930453e1b7bb73a72f93027f99e765d7 (patch)
treef5e26757e2d6ab1810c755b1ff1f922dca0db1db
parentd46bdbde66269d088ce07d62ae6f53a8562f5154 (diff)
downloadphp-git-3ff741df930453e1b7bb73a72f93027f99e765d7.tar.gz
be more verbose
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f678137627..a0a948baa5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- Disable trans-sid by default. (Yasuo)
+- Transparent sid support is now disabled by default. (Yasuo)
- Fixed DomNode->insert_before() to behave according to W3C spec
ie. new_child is moved, not copied. (chregu)
- Added some namespace support with DomNode->add_namespace(uri, prefix)