summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-06-10 02:14:49 +0000
committer <changelog@php.net>2000-06-10 02:14:49 +0000
commit0d714115ab208d913ad83fabd8422c4d26a40c9a (patch)
tree2692c1b7c00b580f9d7a16225fb767e60fc04ac0
parent53bdf0b5ccbd8ff741cab5fa17722e8e15333800 (diff)
downloadphp-git-0d714115ab208d913ad83fabd8422c4d26a40c9a.tar.gz
NEWS update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d3b28d38d..b301dea15a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
+- Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei)
+- Fixed var_dump() not to modify the internal order of array elements (Zeev)
+- Fixed stripcslashes() to remove to strip \ in unknown escapes instead of
+ leaving it. (Andrei)
+- Changed WDDX to always serialize arrays as structs. (Andrei)
- Fixed include_once() to issue a warning in case the supplied file name is
not found (Zeev, Zend Engine)
- Fixed a bug in get_declared_classes() which could return the same class