diff options
author | Dan Kalowsky <kalowsky@php.net> | 2002-08-15 19:13:14 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2002-08-15 19:13:14 +0000 |
commit | 443363dece5380458933d4cabefac915c7261a38 (patch) | |
tree | f732cd2b3139c98e9334c90909ca28dde0d0cc3c | |
parent | dee21adc3da7e8119b90cab9a33e91b865dad4e3 (diff) | |
download | php-git-443363dece5380458933d4cabefac915c7261a38.tar.gz |
marking the fix for Bug #18401 in NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Fixed shuffle() to properly generate all possibilities. (Patch provided by + Adam <adam@trachtenberg.com> ) - 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) |