From: Wez Furlong Date: Thu, 3 May 2001 20:21:06 +0000 (+0000) Subject: Added streams stuff X-Git-Tag: php-4.0.6RC1~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=453f4a2d599dfae7fa430b3d5301ac539ec16f8d;p=php Added streams stuff # Turn on those psychological thumbscrews! --- 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) +