derick          Thu Mar 18 05:39:41 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  - Reorganize
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1643&r2=1.1644&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1643 php-src/NEWS:1.1644
--- php-src/NEWS:1.1643 Thu Mar 18 05:21:28 2004
+++ php-src/NEWS        Thu Mar 18 05:39:39 2004
@@ -1,7 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? March 2004, PHP 5 Release Candidate 1
-- Fixed bug #27457 (handling of numeric indexes in strtr()). (Dmitry)
 - Replaced the exec_finished hook by the zend_post_deactive hook for
   extensions. The new hook will be run after the symbol table and destructors
   are run. (Derick)
@@ -62,6 +61,7 @@
 - Fixed bug #27537 (Objects pointing to each other segfaults). (Dmitry)
 - Fixed bug #27535 (Problem with object freeing mechanism). (Dmitry)
 - Fixed bug #27504 (Visibility bugs in call_user_function()). (Dmitry)
+- Fixed bug #27457 (handling of numeric indexes in strtr()). (Dmitry)
 - Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32). (Ilia)
 - Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly). 
   (Jay)

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

Reply via email to