Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44192 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53757 invoked from network); 5 Jun 2009 21:34:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2009 21:34:40 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.159 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:3300] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/B3-33614-E6F892A4 for ; Fri, 05 Jun 2009 17:34:39 -0400 Received: by fg-out-1718.google.com with SMTP id 22so279589fge.0 for ; Fri, 05 Jun 2009 14:34:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RA5FQT6C7DfP1WlP93CQI1hlDfGxVJ6ilhVKhMa5mlM=; b=iBGS2cwa/qu35uj4TpvkZq9oIKiNEZheV+RS1E72W4W0fLsl9GjfZ5HdWvCzU9phUp KYOqDtgNaf9Trg6oPCXSLxU+e0rULZy3rJ50FvhY0re6UINmlDwbc0r0i0Bg1pHZ23qu CwETZydK8tiRL93IbDOjuZjHLI4MZieRW+u1Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jdKni/jtpJJcyVbtK6IUYDV8YP6jpp7SD7XiiloAh439mK5xAFQDGfLla5k6sJBhWx 7JA09ClsSR06+XUTJ15szlj3V5QOzRmR6sWgd3RKdXbtp/gYTjFn41/r0lOGU7JKHQUn qaELIb1sKAHYV4Z6/Ld8V6OisRX03eFFFYK+I= MIME-Version: 1.0 Received: by 10.86.90.2 with SMTP id n2mr4359055fgb.61.1244237675502; Fri, 05 Jun 2009 14:34:35 -0700 (PDT) In-Reply-To: <4A29878E.7080103@gmail.com> References: <4A26E286.9010801@gravitonic.com> <7f3ed2c30906031424m6fd43927q25af4a9f5dbc8424@mail.gmail.com> <4A26EB27.609@gravitonic.com> <4A29878E.7080103@gmail.com> Date: Fri, 5 Jun 2009 23:34:34 +0200 Message-ID: <7f3ed2c30906051434g2c655340y3f2022db2f51157c@mail.gmail.com> To: Keisial Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Notes from the PDM in Chicago From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Jun 5, 2009 at 23:01, Keisial wrote: > 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 I made an honest attempt documenting the stream wrapper (http://php.net/streamwrapper) few weeks ago and was planning on hitting the filter stuff next.. I lost to many braincells in the process and fear going through the filters will leave me with none left.. Help appreciated! :) -Hannes