diff options
author | foobar <sniper@php.net> | 2002-07-08 18:09:43 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-07-08 18:09:43 +0000 |
commit | 6162414fd64c620754c290cb3030e1cf102ad5eb (patch) | |
tree | 57a02f3be7b49e43a0499ec56fbc15bd85cdb5da | |
parent | df9fc2bb51e7b910646ccdc8e922b1be638871ce (diff) | |
download | php-git-6162414fd64c620754c290cb3030e1cf102ad5eb.tar.gz |
news update
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +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 domxml_node_namespace_uri(). (Rui Lopes) +- Fixed win32 memory leak in /ext/sockets that would occur on any error + condition. Also fixed host resolution error messages on win32. (Jason) - 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) |