Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33189 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80391 invoked by uid 1010); 17 Nov 2007 01:40:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80376 invoked from network); 17 Nov 2007 01:40:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2007 01:40:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 209.85.198.189 rv-out-0910.google.com Received: from [209.85.198.189] ([209.85.198.189:15166] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/34-51194-2864E374 for ; Fri, 16 Nov 2007 20:40:18 -0500 Received: by rv-out-0910.google.com with SMTP id k15so816019rvb for ; Fri, 16 Nov 2007 17:40:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=R9ZE/nlDVhUvbDa5jaywa4tiHeFXc6squOFlpxh0hBg=; b=btVQQoWWWK2Ffe29aolHdunTHHrLo8GmQvrcQP0gm8Q2aJL5s2D4z1E0cB5TgbILGw1pLEYOPQ+9z1i3IGxD1JzNbSuxr6gPGl1RD0FEQnhjhdgsp8U3LaISRcOxHCaLf1VdvspIxsQ4kaXdiC7kKhWJBK0gVYuTDiZqvrueKF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qcg5ninHHJryP/PGvjV0Hd+LlR10TQ3y+IhRc/eAMbxxN23glCb3k4VsVoZ8pYqSScuhp80cIPY032dxpEFpdhvzS8NmjM/t9hoJYH831RRwRw3ikni2t7uTfMZtpjcosJJHoZIdW+XC9B2M49VW6fpbdcbxD3axnl2ZU0RUUpQ= Received: by 10.142.222.21 with SMTP id u21mr782271wfg.1195263615750; Fri, 16 Nov 2007 17:40:15 -0800 (PST) Received: by 10.143.12.2 with HTTP; Fri, 16 Nov 2007 17:40:15 -0800 (PST) Message-ID: <7d5a202f0711161740j6988f793kab7e048f35a52dfd@mail.gmail.com> Date: Fri, 16 Nov 2007 22:40:15 -0300 To: internals@lists.php.net In-Reply-To: <1195140437.23612.5.camel@sbarrow-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1195140437.23612.5.camel@sbarrow-desktop> Subject: Re: [PHP-DEV] [PATCH] Optional scalar type hinting From: judas.iscariote@gmail.com ("Cristian Rodriguez") 2007/11/15, Sam Barrow : > > I found a patch by Derick online to allow for scalar type hinting, and > made it work with the newest snapshot of PHP 5.3. IIRC Hannes had a patch to implement this the right way, but unfortunately it has not been merged. . Hopefully he can publish an updated version somewhere because I agree that having this functionality is a good thing.