diff options
| author | <changelog@php.net> | 2000-06-10 02:14:49 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2000-06-10 02:14:49 +0000 |
| commit | 0d714115ab208d913ad83fabd8422c4d26a40c9a (patch) | |
| tree | 2692c1b7c00b580f9d7a16225fb767e60fc04ac0 | |
| parent | 53bdf0b5ccbd8ff741cab5fa17722e8e15333800 (diff) | |
| download | php-git-0d714115ab208d913ad83fabd8422c4d26a40c9a.tar.gz | |
NEWS update
| -rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
