From: Derick Rethans Date: Thu, 18 Mar 2004 10:39:39 +0000 (+0000) Subject: - Reorganize X-Git-Tag: php-5.0.0RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a4099ccdd5c9c2d9c07ed98704e77da2bd4e404;p=php - Reorganize --- diff --git a/NEWS b/NEWS index fb2e04a26f..8dee972d3b 100644 --- a/NEWS +++ b/NEWS @@ -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 @@ PHP NEWS - 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)