Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48574 invoked from network); 5 Jun 2009 21:01:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2009 21:01:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:24991] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/C2-33614-397892A4 for ; Fri, 05 Jun 2009 17:01:08 -0400 Received: by fg-out-1718.google.com with SMTP id 16so545990fgg.0 for ; Fri, 05 Jun 2009 14:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=yI4vlZbveUwuMS/1+X4OBp44dAgghnK7+kxt47ShQeo=; b=RAQgk2EFawkXTtTw57gvaMWohFl/nEmxGaK1sMrFQkXLiGEhNho5/ZuJKEakoQMJrc d4fz3wNXg9w6D0giJy0Ll9dgRC9w6E/DED/kMNk9onOYh5IsfO++b14Lrb5M8H8ECznA nEwZ8tqFJMUSA6GbO5iZqb9w1edqPQsItseOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Ib+RuoRfpT5oM4Kii46IVS8bzfPAUe3nzLPP98YQr4dOzqGTHVJkdj5FTfCG/xZQXS cf7U3VTPQ/p+bq/c+dY/8Xce1hOzkgNO9m9dyS7k2gW/THxLATM1AGK1YbaAM4Vw+fZS XMPuYHWbmK0B+UNiN4+TPVXOAXuV0/Q29qrxw= Received: by 10.86.71.8 with SMTP id t8mr4297325fga.60.1244235664145; Fri, 05 Jun 2009 14:01:04 -0700 (PDT) Received: from ?192.168.1.25? (69.Red-83-51-57.dynamicIP.rima-tde.net [83.51.57.69]) by mx.google.com with ESMTPS id e20sm824849fga.10.2009.06.05.14.01.02 (version=SSLv3 cipher=RC4-MD5); Fri, 05 Jun 2009 14:01:03 -0700 (PDT) Message-ID: <4A29878E.7080103@gmail.com> Date: Fri, 05 Jun 2009 23:01:02 +0200 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: 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 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Notes from the PDM in Chicago From: keisial@gmail.com (Keisial) 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? > > Thanks > Elizabeth Smith > While dealing with the streams interfaces, what about making the api saner, too? All those bucket and brigade functions make streams unnecessarily complex to deal with. http://www.php.net/manual/en/ref.stream.php