From: Dan Kalowsky Date: Thu, 15 Aug 2002 19:13:14 +0000 (+0000) Subject: marking the fix for Bug #18401 in NEWS X-Git-Tag: php-4.3.0dev_zend2_alpha3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=443363dece5380458933d4cabefac915c7261a38;p=php marking the fix for Bug #18401 in NEWS --- diff --git a/NEWS b/NEWS index a0a948baa5..27c74c6e4b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Fixed shuffle() to properly generate all possibilities. (Patch provided by + Adam ) - 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)