]> granicus.if.org Git - php/commitdiff
Added unlink() method to wrapper operations, routed userland unlink through wrappers...
authorSara Golemon <pollita@php.net>
Wed, 14 May 2003 19:03:46 +0000 (19:03 +0000)
committerSara Golemon <pollita@php.net>
Wed, 14 May 2003 19:03:46 +0000 (19:03 +0000)
NEWS
TODO

diff --git a/NEWS b/NEWS
index 0bb3527ddedded164deaebf2f6c483993d5c7b9b..0f605ea73cbbc7a8a93ef26587cacf40763dcb6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ 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 unlink() method to wrapper operations, routed userland unlink through
+  wrappers, and implemented plainfiles and ftp unlink methods. (Sara)
 - Added encoding detection feature for expat XML parser. (Adam Dickmeiss, Moriyoshi)
 - Added missing multibyte(unicode) support and numeric entity support to
   html_entity_decode(). (Moriyoshi)
diff --git a/TODO b/TODO
index 81750cce8769fd91ec4fab16f0f2e2a393a56349..2c1f79988f14833f3bebaae0720c504e21d83b27 100644 (file)
--- a/TODO
+++ b/TODO
@@ -55,8 +55,6 @@ Streams
     * Route filestat.c through the wrapper layer; isolate the statcache code
       so that it is independent of php functions and can be applied to any
       stream/path.
-    * Add unlink() operation to wrappers, route userland unlink() through it.
-      Implement unlink() operation for the ftp wrapper.   
     * Add a method to take ownership of the memory buffer in memory streams so
       that generating string values for zvals doesn't require an estrdup.
     * bundle and use curl lib for fopen wrapper.