summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2001-05-03 20:21:06 +0000
committerWez Furlong <wez@php.net>2001-05-03 20:21:06 +0000
commit453f4a2d599dfae7fa430b3d5301ac539ec16f8d (patch)
tree932efef7c94fee65914d2498d04bf075852e2608
parent3fc7a7aef739c51760b5f475e672ac25b3154a00 (diff)
downloadphp-git-453f4a2d599dfae7fa430b3d5301ac539ec16f8d.tar.gz
Added streams stuff
# Turn on those psychological thumbscrews!
-rw-r--r--TODO-4.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO-4.2.txt b/TODO-4.2.txt
index fd7c53a57e..f04785b0da 100644
--- a/TODO-4.2.txt
+++ b/TODO-4.2.txt
@@ -17,3 +17,7 @@
* Fix Zend shallow copy issues with objects and arrays.
* Make all extensions thread-safe.
+
+* Finish PHP streams abstraction, nuke all that issock stuff, implement SSL
+ socket support. (wez)
+