sniper Sun Mar 14 18:22:52 2004 EDT Modified files: /php-src NEWS Log: typo http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1632&r2=1.1633&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1632 php-src/NEWS:1.1633 --- php-src/NEWS:1.1632 Sun Mar 14 18:01:21 2004 +++ php-src/NEWS Sun Mar 14 18:22:51 2004 @@ -11,7 +11,7 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php