From: Date: Mon, 8 Jul 2002 00:17:28 +0000 (+0000) Subject: NEWS update X-Git-Tag: dev~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab0eafc24b41dce7c245f3d58479a70062f00896;p=php NEWS update --- diff --git a/NEWS b/NEWS index 5c09b95950..be927c0124 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 +- Added domxml_node_namespace_uri() (Rui Lopes). +- Fix win32 memory leak in /ext/sockets that would occur on any error condition + Fix host resolution error messages on win32 - Added optional 3rd parameter 'recursive' to ftp_rawlist() which will do 'LIST -R' instead of 'LIST'. (Jani) - Disabled the fifth parameter in mail() when safe-mode is turned on. (Derick)