From: Andi Gutmans Date: Sun, 14 Mar 2004 21:23:48 +0000 (+0000) Subject: - Typo X-Git-Tag: php-5.0.0RC1RC1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf0ca48779c3d69ee908309416779a9b3cde99ac;p=php - Typo --- diff --git a/NEWS b/NEWS index be394df676..dc5f44cf27 100644 --- 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