From 04a242541bdcd67e7abc12d0b044cf68516fa4b3 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 14 Mar 2004 23:22:51 +0000 Subject: [PATCH] typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 919fccbc9a4..422ecc7aa60 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ PHP NEWS also a constant. (Dmitry) - 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) +- Improved out of memory handling in new memory manager. (Stas) - 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)