From: foobar Date: Thu, 15 Aug 2002 11:19:40 +0000 (+0000) Subject: be more verbose X-Git-Tag: php-4.3.0dev_zend2_alpha3~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ff741df930453e1b7bb73a72f93027f99e765d7;p=php be more verbose --- 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)