diff options
author | Sara Golemon <pollita@php.net> | 2003-04-27 05:38:13 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2003-04-27 05:38:13 +0000 |
commit | ffe4ae85bb0865d0e158f361b8f43b43c57f6c43 (patch) | |
tree | 578b0c6f631f60976b74dd5b82c404ad41165638 | |
parent | 91ab37755f8146a9a6bd4763205a24868c61fffe (diff) | |
download | php-git-ffe4ae85bb0865d0e158f361b8f43b43c57f6c43.tar.gz |
ftp wrapper enhancements
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ PHP NEWS - Changed array_search() to accept also objects as a needle. (Moriyoshi) - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick) - Changed uniqid() parameters to be optional and allow any prefix length. (Marcus) +- Added opendir and url_stat methods to ftp wrapper. (Sara) - Added IPv6 support to ext/sockets. (Sara) - Added context options to http_fopen_wrapper 'method', 'header', 'content'. (Sara) - Added domdocument->create_document_fragment() and documentfragment->open_mem() |