diff options
author | Wez Furlong <wez@php.net> | 2003-05-13 09:06:14 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-05-13 09:06:14 +0000 |
commit | e4ee44f8ab6f805a5c2793f97360a6aba8e61989 (patch) | |
tree | 01d4f92e516eb56cc0106bc345a63c406491f41b /TODO | |
parent | abf1e2b4ec38e94a04c596bf42d30905469177fd (diff) | |
download | php-git-e4ee44f8ab6f805a5c2793f97360a6aba8e61989.tar.gz |
WS fix
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -53,12 +53,12 @@ global 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. + 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. + 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. documentation @@ -158,3 +158,5 @@ ext/wddx other cool stuff ---------------- * PVM extension + +vim:et:sw=4:ts=4 |