From: Uwe Steinmann Date: Tue, 20 Mar 2001 15:03:33 +0000 (+0000) Subject: - news about domxml X-Git-Tag: php-4.0.6RC1~639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b07e7a6129d75fc5a07fbf08f5a44ed8084d7ac;p=php - news about domxml --- diff --git a/NEWS b/NEWS index 2e45ce9c30..ebfe0f131f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.6 +- rewrite of domxml. It's now mostly DOM Level 2 conform (Uwe) - Added array_map() function that applies a callback to the elements of given arrays and returns the result. It can also be used with a null callback to transpose arrays. (Andrei)