diff options
author | Marcus Boerger <helly@php.net> | 2004-03-14 23:01:21 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-03-14 23:01:21 +0000 |
commit | 7a67839d335bf1f3f113a3c2faf6f083941f5b29 (patch) | |
tree | c703ef407275bdd78651a2398fbf05fbf634c608 | |
parent | 15e1d817be8b1f59318e0110e6e5473b30ac3515 (diff) | |
download | php-git-7a67839d335bf1f3f113a3c2faf6f083941f5b29.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |