]> granicus.if.org Git - php/commitdiff
- Typo
authorAndi Gutmans <andi@php.net>
Sun, 14 Mar 2004 21:23:48 +0000 (21:23 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 14 Mar 2004 21:23:48 +0000 (21:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index be394df6761f924a57763891b70cf64cb7aa8d8d..dc5f44cf273a46d0acd02e96e4b80cfb3645f110 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ PHP                                                                        NEWS
 - Fixed object's truth value conversion. It is always true unless
   ze1_compatibility_mode is on in which it behaves like in PHP 4. (Stas)
 - Improve out of memory handling in new memory manager. (Stas)
-- Fixed crash when an object reference itself during destructor call. (Andi)
+- Fixed crash when an object references itself during destructor call. (Andi)
 - Fixed crash in foreach() when iterating over object properties or a method's
   return values. (Andi)
 - Fixed crash when an exception is thrown in a destructor. Such exceptions are