Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44584 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7586 invoked from network); 1 Jul 2009 18:13:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2009 18:13:00 -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.220.224 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.224 mail-fx0-f224.google.com Received: from [209.85.220.224] ([209.85.220.224:42004] helo=mail-fx0-f224.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/93-24906-A27AB4A4 for ; Wed, 01 Jul 2009 14:12:59 -0400 Received: by fxm24 with SMTP id 24so1108245fxm.23 for ; Wed, 01 Jul 2009 11:12:56 -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=mmioce4koYid4pn2/Ge/IbRiLBaVI8LqjpM/QH0w6jA=; b=AOyw9URdlxrpicUj/2nO7iXjveiS8yZYsEVU0SKP99E5lxau2FdinQ7qjVlyvPBUFi RXnXaPWjq6CM8Quypf5qg0MU1Ahf3nWddCsZz7tQHi4ZPY000Qwyjwwd9r/EF/D8wq9F B3Gqy5NUB1KGpTnc+jUkZhjzuA4TaDBLlp/IE= 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=u2RuxfAMWIEAZvjwxhryfMrf9zf5IjTEtiBhj3GJO1qEIDac2mRe0IhtQ2d7WEwrPi lxAzuH0djErpWrzjMoIGlvgxVdeekl9Q/qTH86ekPD1fIBnZik3DQpdKqGFVSQH1ldMR gEeernQvJjUsodZE3+XL/GvOnJPZYVzEv/hQs= MIME-Version: 1.0 Received: by 10.86.23.9 with SMTP id 9mr4541538fgw.5.1246471974338; Wed, 01 Jul 2009 11:12:54 -0700 (PDT) In-Reply-To: References: Date: Wed, 1 Jul 2009 20:12:54 +0200 Message-ID: <7f3ed2c30907011112s4c34ec32i6b06811676a82eb4@mail.gmail.com> To: Ilia Alshanetsky Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: Type hinting revisited for PHP 5.3 From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Jul 1, 2009 at 18:59, Ilia Alshanetsky wrote: > The patch is available here: http://ia.gd/patch/type_hint_53.txt It is missing minor build fix for ext/reflection, see http://pastebin.com/f50db9aa1 Other then that, I'm definitely +1 on this -Hannes