Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29896 invoked from network); 3 Jun 2009 21:24:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2009 21:24:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 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: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:62542] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/EC-19828-81AE62A4 for ; Wed, 03 Jun 2009 17:24:40 -0400 Received: by fxm20 with SMTP id 20so332129fxm.23 for ; Wed, 03 Jun 2009 14:24:37 -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=sZLYoQz2nFQVAijEQ/EqhZRUrFDmdUfEdaUUQJ6Lqfo=; b=ukmxOkS/5fLfKvzX6foWKb/27KQdz8sDUEJxeVqnHlAo49AWijm7HjE/d+GBt7l8Kz PY7LcWJKbQc7jtoJAzG/3i7sUTgp3+cKYfV0GEvQ+t4eelEsXlhTm3RH6SH5aDM2R66c zclzQCLggj1FKP8me/+Ck+jfdCuNotZBlnucA= 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=RKZPPKNppiYhun6msUJEaIywUBgNvkTEo9pBXQDfjNm2vLdP++CzCyGyrcYQ4ncvMj jgJgaM4A5Gp/34keLWWrvh5F9zSfgiZvZA11s9nOE2AFcYPDmhBhw2Jl8znqvsCvh0W1 QeNwWn9QWCJaYDF7XEAEs5cDmu2o66eSYLAv0= MIME-Version: 1.0 Received: by 10.86.68.1 with SMTP id q1mr1753657fga.10.1244064277143; Wed, 03 Jun 2009 14:24:37 -0700 (PDT) In-Reply-To: <4A26E286.9010801@gravitonic.com> References: <4A26E286.9010801@gravitonic.com> Date: Wed, 3 Jun 2009 23:24:37 +0200 Message-ID: <7f3ed2c30906031424m6fd43927q25af4a9f5dbc8424@mail.gmail.com> To: Andrei Zmievski Cc: PHP internals 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 Wed, Jun 3, 2009 at 22:52, Andrei Zmievski wrote: > Taking advantage of php|tek bringing a lot of people together, we had a PHP > developers meeting over 2 days before the conference. Day 1 was dedicated to > technical issues in PHP 5 and 6, and day 2 was spent discussing potential > features, migration issues, current roadblocks, etc. I assume the names in parentheses are people who volunteered to do the task, not whoever brought it up? (very ambitious crowd) :) 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 regarding reserving the "PHP" namespace, this was brought up during the 5.3 release cycle and is something that imo should be done in 5.3.. I'm unsure what happened to that discussion, probably dissolved into separator war. -Hannes