diff options
author | foobar <sniper@php.net> | 2005-11-29 08:16:00 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-29 08:16:00 +0000 |
commit | 5db70599d1b809778eff604a8697c323e07d2fa0 (patch) | |
tree | a704de678affde39e4a4359cbecac723f4938e4e | |
parent | 4250a26f5ca115932d884451149a7a234d4a8178 (diff) | |
download | php-git-5db70599d1b809778eff604a8697c323e07d2fa0.tar.gz |
be very clear what you fixed
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ PHP NEWS - Fixed bug #35393 (changing static protected members from outside the class, one more reference issue). (Dmitry) - Fixed bug #35381 (ssl library is not initialized properly). (Alan) -- Fixed bug #35028 (XML object fails FALSE test). (Marcus) +- Fixed bug #35028 (SimpleXML object fails FALSE test). (Marcus) 28 Nov 2005, PHP 5.1.1 - Disabled native date class to prevent pear::date conflict. (Ilia) |