summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-03-14 23:22:51 +0000
committerfoobar <sniper@php.net>2004-03-14 23:22:51 +0000
commit04a242541bdcd67e7abc12d0b044cf68516fa4b3 (patch)
tree8e9c1df1fe895758dfa72cb39c596d215a10eb1b
parent7a67839d335bf1f3f113a3c2faf6f083941f5b29 (diff)
downloadphp-git-04a242541bdcd67e7abc12d0b044cf68516fa4b3.tar.gz
typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 919fccbc9a..422ecc7aa6 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)