andi            Sun Mar 14 16:23:49 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  - Typo
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1629&r2=1.1630&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1629 php-src/NEWS:1.1630
--- php-src/NEWS:1.1629 Sun Mar 14 16:21:21 2004
+++ php-src/NEWS        Sun Mar 14 16:23:48 2004
@@ -12,7 +12,7 @@
 - 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to