From: Dmitry Stogov Date: Thu, 18 Mar 2004 10:21:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-5.0.0RC1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=787f0bbbb2356ca55211078a787b7e3dad1f11e9;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index 942dcb1439..fb2e04a26f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 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)