summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-16 13:48:57 +0000
committerWez Furlong <wez@php.net>2002-03-16 13:48:57 +0000
commit30647934a477f876992c3390ce483bb55a3eee51 (patch)
treef6b85a5d08e90028538485c8a0addadd0f0a62c2 /TODO
parentd4e63bc5bf1dacce00f317bc2b3b759f6f6138d7 (diff)
downloadphp-git-30647934a477f876992c3390ce483bb55a3eee51.tar.gz
Tweak the API to be more consistent.
Update docs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 6d7c1a3576..97a654cf63 100644
--- a/TODO
+++ b/TODO
@@ -43,10 +43,6 @@ global
* on some platforms unimplemented function will just do nothing
(e.g. symlink) they should print a warning or not even be defined!
(DONE ?)
- * Finish PHP streams abstraction, nuke all that issock stuff, implement SSL
- socket support. (wez)
- - ext/ftp/ -> all FILEs to streams
- - ext/bz2/ -> convert to stream impl.
* Use arg_separator.input to implode args in the CGI sapi extension
and arg_separator.input to explode in php_build_argv(). (DONE?)
* Change the odbc_fetch_into() function to require ALWAYS the first two