Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38954 invoked from network); 3 Jun 2009 21:51:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2009 21:51:42 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.200.175 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.200.175 wf-out-1314.google.com Received: from [209.85.200.175] ([209.85.200.175:34031] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/EE-19828-D60F62A4 for ; Wed, 03 Jun 2009 17:51:41 -0400 Received: by wf-out-1314.google.com with SMTP id 28so139758wfc.26 for ; Wed, 03 Jun 2009 14:51:38 -0700 (PDT) Received: by 10.142.173.6 with SMTP id v6mr508284wfe.63.1244065898616; Wed, 03 Jun 2009 14:51:38 -0700 (PDT) Received: from barley.local (64-71-7-198.static.wiline.com [64.71.7.198]) by mx.google.com with ESMTPS id 28sm267593wfd.23.2009.06.03.14.51.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Jun 2009 14:51:37 -0700 (PDT) Message-ID: <4A26F067.2080303@gravitonic.com> Date: Wed, 03 Jun 2009 14:51:35 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Elizabeth M Smith CC: internals@lists.php.net References: <4A26E286.9010801@gravitonic.com> <7f3ed2c30906031424m6fd43927q25af4a9f5dbc8424@mail.gmail.com> <4A26EB27.609@gravitonic.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Notes from the PDM in Chicago From: andrei@gravitonic.com (Andrei Zmievski) Elizabeth M Smith wrote: > 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? Can you update the wiki with this? :) -Andrei