Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43004 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15369 invoked from network); 11 Feb 2009 19:13:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2009 19:13:16 -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 209.85.218.180 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.180 mail-bw0-f180.google.com Received: from [209.85.218.180] ([209.85.218.180:40114] helo=mail-bw0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/93-12172-A4323994 for ; Wed, 11 Feb 2009 14:13:15 -0500 Received: by bwz28 with SMTP id 28so513994bwz.23 for ; Wed, 11 Feb 2009 11:13:11 -0800 (PST) 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=9S1t40cye9JBZndPS6SdC3gzaifB14M+3w/Y2ZEohXw=; b=IgtZ7dPQRuReSEhN0FJYgDUtFwvb0CNEq7lKUWfE2PREv/OM0yMCZDK9ceyPa7s8l2 hA4ExldiNeX9qaEbYRWTMeqzub0AjJnN9lBTEfJiX83WSeFNd3vDKU2VMR4kIcHYXgnI APm20p9Hqxci2rzVUKwRIWGxamZUJopmRWLd4= 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=vX/CRZ87Jd9Pw9ScyxIKBHzw8+tQqzdizKyKE/ansOdZ8U+GLjnrUKHWRw3GejHnQP WrGbzNHFVkAJrTf+BKRUQWvlhwAkzPqQKSw6kNqh7kM/11STCMDDn8F0MTmvZhjKchEw cP2yxMhox+KV0KafOioyC61NcrWvQn8hj1YXs= MIME-Version: 1.0 Received: by 10.181.145.6 with SMTP id x6mr750249bkn.25.1234379591568; Wed, 11 Feb 2009 11:13:11 -0800 (PST) In-Reply-To: <00a601c98c7b$4ed5a4a0$919f644d@foxbox> References: <53C9D049-8C10-48F2-8312-C8A81D2B5990@pooteeweet.org> <00a601c98c7b$4ed5a4a0$919f644d@foxbox> Date: Wed, 11 Feb 2009 20:13:11 +0100 Message-ID: <7f3ed2c30902111113q364b4094q22c71c1046a984a6@mail.gmail.com> To: Steph Fox Cc: Lukas Kahwe Smith , PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.3 todos From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Feb 11, 2009 at 20:02, Steph Fox wrote: > In the last two upgrading guides, we've repeated much of what is already in > the NEWS file or in the release notes. This makes me wonder what the point > is of having an upgrading guide...? Think about the online manual. In 2 years from now people should still be able to read the upgrading guide and it should still make sense without needing to hunt down random release announcements or outdated NEWS files. The upgrade which gets committed to php-src will be taken, word by word, and ported to Docbook and made available at http://php.net/migration53 (just like /migration52 and /migration51..). > Is this entirely necessary? (I can see a case for listing new classes in the > global namespace.) Unless you want duplicated work, one file to php-src and one for the docs, yes.