Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48854 invoked from network); 11 Feb 2009 22:20:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2009 22:20:36 -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.128.185 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.128.185 fk-out-0910.google.com Received: from [209.85.128.185] ([209.85.128.185:50455] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/09-12172-23F43994 for ; Wed, 11 Feb 2009 17:20:35 -0500 Received: by fk-out-0910.google.com with SMTP id b27so201383fka.7 for ; Wed, 11 Feb 2009 14:20:31 -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=N75JBIb2XEFdRVZ3HSonj783V/Gf+ERzQegPhFow8Qc=; b=qxtYR3mIxYmjoTRSfP8cpEzRT8WfqQh4wmzKvk+vDQfNg0P+4EX3N993fmSQIO9Tp/ typXcfkWSo1lN+oNK9ynaVDOBCQA10HAxnIjVzo/wlbNxqAuX89k6S788oqBDqNvMh84 nqkyGXCgDw/BTw3PziUJ4Zw935rzzdzRVVe9I= 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=MrDaJO9lm9sfsQCxke09U5WHY10IaAjGf6BMGz4wi9FNQ8+cDSaDezc6ccWLSkdzrS PMrWkWWnyi/8lKJsicpkE/f/AbRcZk7VnApsf/33qYJtbZW2XR+14Up6c38UPSR8Qku/ HQb9XfKgSjsESBQ/WKGmf1NIb3fCfbpSkRNL4= MIME-Version: 1.0 Received: by 10.181.240.10 with SMTP id s10mr42873bkr.108.1234390830725; Wed, 11 Feb 2009 14:20:30 -0800 (PST) In-Reply-To: <00f501c98c82$b8c560b0$919f644d@foxbox> References: <53C9D049-8C10-48F2-8312-C8A81D2B5990@pooteeweet.org> <00a601c98c7b$4ed5a4a0$919f644d@foxbox> <7f3ed2c30902111113q364b4094q22c71c1046a984a6@mail.gmail.com> <00c301c98c7d$da9cce80$919f644d@foxbox> <00d401c98c7e$a92bfcd0$919f644d@foxbox> <261daaa10902111131u61ad7ec9s9257a45e1e11f086@mail.gmail.com> <00ec01c98c81$2696b2d0$919f644d@foxbox> <00f501c98c82$b8c560b0$919f644d@foxbox> Date: Wed, 11 Feb 2009 23:20:30 +0100 Message-ID: <7f3ed2c30902111420n56ecd4cbl5f95b2e2e511de6@mail.gmail.com> To: Steph Fox Cc: Pierre Joye , Vesselin Kenashkov , 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:55, Steph Fox wrote: > Please go back to the original discussion about the purpose of this guide. > It was aimed primarily at sysadmins. If we turn it into a prettier version Then I guess I need to read the archives. I can't imagine why a system admin would give a damn about new language features, object model, reference changes, pdo, new error levels or how to check if a class inherits another class. Maybe listing every single new constant is a bit excessive, but we do at the very very very least need to link to the page that lists them then. -Hannes