summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2003-05-14 19:03:46 +0000
committerSara Golemon <pollita@php.net>2003-05-14 19:03:46 +0000
commiteeb3bd80eb214b5982a5d39be2c0d410bf7e9754 (patch)
treede6a7795b7a381abb323b28c3baa86359b4c0b3c /TODO
parent44743cf9ec8be0ddafc93fc40987d2408977a617 (diff)
downloadphp-git-eeb3bd80eb214b5982a5d39be2c0d410bf7e9754.tar.gz
Added unlink() method to wrapper operations, routed userland unlink through wrappers, and implemented plainfiles and ftp unlink methods.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 81750cce87..2c1f79988f 100644
--- 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.