diff options
author | Wez Furlong <wez@php.net> | 2001-05-04 23:39:31 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2001-05-04 23:39:31 +0000 |
commit | dc66895579c6d825f8908cbf27d5d13a5de1e8db (patch) | |
tree | dc7dea15936dc677c6345657644944a604cc0a94 /TODO-4.2.txt | |
parent | 2f8eef81f5d063a8e51324649076ba46559a46ef (diff) | |
download | php-git-dc66895579c6d825f8908cbf27d5d13a5de1e8db.tar.gz |
Making notes about which extensions need most work for streams.
Diffstat (limited to 'TODO-4.2.txt')
-rw-r--r-- | TODO-4.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO-4.2.txt b/TODO-4.2.txt index f04785b0da..315e8353f4 100644 --- a/TODO-4.2.txt +++ b/TODO-4.2.txt @@ -20,4 +20,5 @@ * 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. |