Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26306 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11233 invoked by uid 1010); 3 Nov 2006 19:07:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11218 invoked from network); 3 Nov 2006 19:07:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2006 19:07:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.207 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.207 nz-out-0102.google.com Linux 2.4/2.6 Received: from [64.233.162.207] ([64.233.162.207:40731] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/95-07680-A539B454 for ; Fri, 03 Nov 2006 14:07:07 -0500 Received: by nz-out-0102.google.com with SMTP id o1so461530nzf for ; Fri, 03 Nov 2006 11:07:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=uuJqv2vRvG01emm6HK3ait9HeD5EZ3WGRCZzKswUA1xnqjjMtakYgJVG/Fco4i+ZdaiCOU+HJtpxyk8YiQQpt3xb4bu9dhsGuAsf4FwMi/frR573vENviZldPLhEz/9LeHZA1mqRQr4BIgjTMxwZWvAtYeK76KhJnNkQ614IDqQ= Received: by 10.65.219.4 with SMTP id w4mr1240357qbq.1162580823837; Fri, 03 Nov 2006 11:07:03 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id q19sm1852060qbq.2006.11.03.11.07.03; Fri, 03 Nov 2006 11:07:03 -0800 (PST) In-Reply-To: <7f3ed2c30611031000j2dc48a6amb7f04c8011442b56@mail.gmail.com> References: <7f3ed2c30611031000j2dc48a6amb7f04c8011442b56@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <282B7D4B-DC15-4ABC-95A6-C03F766C19B7@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Fri, 3 Nov 2006 14:06:54 -0500 To: "Hannes Magnusson" X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] [PATCH] Scalar type hinting ;) From: ilia@prohost.org (Ilia Alshanetsky) Hannes, As much as I like the concept I would prefer to hold it off until the next minor release or PHP6. On 3-Nov-06, at 1:00 PM, Hannes Magnusson wrote: > Hello all! > > Attached is a patch (against 5_2) to allow scalar type hinting \o/ > > I realize that maaany will be against it so I won't be pushing it (a > lot), just wanted the patch archived somewhere :) > > A .tar.bz2 archive can be found at > http://home.oslo.nith.no/~maghan/scalar.type.hint.tar.bz2 containing > the patch, phpt fixes and new phpt tests. > > -Hannes > (maybe I should had said "if there are no objections I'll commit this > by the end of next week" hoping everyone were busy and wouldn't notice > this mail *evil wink*) > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php Ilia Alshanetsky