summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2002-08-15 19:13:14 +0000
committerDan Kalowsky <kalowsky@php.net>2002-08-15 19:13:14 +0000
commit443363dece5380458933d4cabefac915c7261a38 (patch)
treef732cd2b3139c98e9334c90909ca28dde0d0cc3c
parentdee21adc3da7e8119b90cab9a33e91b865dad4e3 (diff)
downloadphp-git-443363dece5380458933d4cabefac915c7261a38.tar.gz
marking the fix for Bug #18401 in NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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 <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)