Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37760 invoked from network); 3 Jun 2009 21:49:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2009 21:49:33 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:9692] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/9E-19828-CEFE62A4 for ; Wed, 03 Jun 2009 17:49:32 -0400 Message-ID: To: internals@lists.php.net Date: Wed, 03 Jun 2009 17:43:27 -0400 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 References: <4A26E286.9010801@gravitonic.com> <7f3ed2c30906031424m6fd43927q25af4a9f5dbc8424@mail.gmail.com> <4A26EB27.609@gravitonic.com> In-Reply-To: <4A26EB27.609@gravitonic.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: [PHP-DEV] Notes from the PDM in Chicago From: auroraeosrose@gmail.com (Elizabeth M Smith) Andrei Zmievski wrote: > Hannes Magnusson wrote: >> I assume the names in parentheses are people who volunteered to do the >> task, not whoever brought it up? (very ambitious crowd) :) > > Volunteered to do it or at least guide others. > >> Regarding the stream interface, what does "FIIK" mean? >> I would really love such an interface, the current situation is very >> confusing, and I once upon a time had a rough draft of it.. and you didn't ask either Andrei ;) yes Hannes - interfaces for userland implemented streams would help people trying to figure out if they have all the methods they need for a particular stream type (SeekableStream et al) - this would be backward compat (you wouldn't HAVE to implement the interfaces IIRC, at least not right away) but would help things along - Sara had the general ideas for how this would be done. rough draft sounds good - code? Thanks Elizabeth Smith