summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-14 23:01:21 +0000
committerMarcus Boerger <helly@php.net>2004-03-14 23:01:21 +0000
commit7a67839d335bf1f3f113a3c2faf6f083941f5b29 (patch)
treec703ef407275bdd78651a2398fbf05fbf634c608
parent15e1d817be8b1f59318e0110e6e5473b30ac3515 (diff)
downloadphp-git-7a67839d335bf1f3f113a3c2faf6f083941f5b29.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 850261fcbf..919fccbc9a 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,8 @@ PHP NEWS
- Fixed bug #27237 (Working with simplexml crashes apache2). (Rob)
- Fixed bug #27227 (Mixed case class names causes Fatal Error in Constructor
call). (Marcus)
+- Fixed bug #27125 (strval() doesn't work for objects with __toString()).
+ (Marcus)
- Fixed bug #27123 (Fix crash caused by bug in get_object_vars()). (Andi)
- Fixed bug #26677 (mbstring compile errors with IRIX compiler).
(K.Kosako <kosako at sofnec dot co dot jp>, Rui, Moriyoshi)