]> granicus.if.org Git - php/commitdiff
ftp wrapper enhancements
authorSara Golemon <pollita@php.net>
Sun, 27 Apr 2003 05:38:13 +0000 (05:38 +0000)
committerSara Golemon <pollita@php.net>
Sun, 27 Apr 2003 05:38:13 +0000 (05:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c057e81042c4755841bf2d4e877b846d6ae8af8e..89cc264d175795ad2a3fe5c2fa1201738f690aea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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()