summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-29 08:16:00 +0000
committerfoobar <sniper@php.net>2005-11-29 08:16:00 +0000
commit5db70599d1b809778eff604a8697c323e07d2fa0 (patch)
treea704de678affde39e4a4359cbecac723f4938e4e
parent4250a26f5ca115932d884451149a7a234d4a8178 (diff)
downloadphp-git-5db70599d1b809778eff604a8697c323e07d2fa0.tar.gz
be very clear what you fixed
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 28b31d379d..5f5b6d3215 100644
--- a/NEWS
+++ b/NEWS
@@ -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)