Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11289 invoked from network); 12 Jan 2009 13:56:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2009 13:56:49 -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.218.21 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.218.21 mail-bw0-f21.google.com Received: from [209.85.218.21] ([209.85.218.21:42416] helo=mail-bw0-f21.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/C3-10197-12C4B694 for ; Mon, 12 Jan 2009 08:56:49 -0500 Received: by bwz14 with SMTP id 14so27817076bwz.23 for ; Mon, 12 Jan 2009 05:56:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9aocsxywXRXlnCsFhg594E03vDf4JNRzHFoWEvYWnV8=; b=xt7ZUAcKYNL4kT/V5RtKjfZCv1gFVDJyBX/Vj6530675pIS7jOLrjZXmCStlU+IFib 1pFrqsi73LgPVm5ao9GmUA1YLnxkDd2i1ny03AK4iISrAbNOZ8saZ6rdtyukz80Qi6n5 S1qxdoTxblY9F5yCJ/fF0RH1PEFBM/g+9qvFk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=lM4paEKsVINpB6AWk8X2chK4z8S28LnvaLM4R+cci7+ArbTWDuLwNEp9F+w/j1ihtj mmgSg1PcWGCd9zsJztgczVKo+jl5gpXMYBHqDTvBFjErdz3uRcwVPfk8Pdq7c+9O17gw nT0SoRo26INOhnZTWyEUlKTN+wyz0er0TpKjs= Received: by 10.180.224.4 with SMTP id w4mr10973443bkg.174.1231768605802; Mon, 12 Jan 2009 05:56:45 -0800 (PST) Received: by 10.181.207.4 with HTTP; Mon, 12 Jan 2009 05:56:45 -0800 (PST) Message-ID: <7f3ed2c30901120556h4547f442kb37f1357b5d5c570@mail.gmail.com> Date: Mon, 12 Jan 2009 14:56:45 +0100 To: "Lukas Kahwe Smith" , "Ilia Alshanetsky" Cc: "PHP internals" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] status update for beta1 From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Mon, Jan 12, 2009 at 11:56, Lukas Kahwe Smith wrote: > - @Steph: have you begun work on the Upgrading Guide? I would really like to > have something for beta1. The scratchpad should make it possible to get > something going quickly Jakub had a docsprint last week and documented bunch of things, its probably worth browsing the docs to get inspiration. > - I guess we are not going to deal with "foo.php?a.b.c = 10" in 5.3.0 > (should we put something on the 6.0 todo list for this?) I thought this was fixed in HEAD already? I vaguely recall seeing Ilia commit a patch for this long long long long timeago to produce $_GET["a_b_c"] and $_GET["a.b.c"].. I would love to get that merged. > - not sure where this item on the todo list came from: Improve the build > script to ease the parsing of the output and QA Zoe had some changes to run-tests I think.. > - First line of included files not output if they begin with # http://news.php.net/php.zend-engine.cvs/7319 ? > - any bugs we should be aware of that need special attention from the RM's? Why did the LFS patch never get committed? -Hannes