Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44879 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2349 invoked from network); 9 Jul 2009 19:11:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2009 19:11:37 -0000 Authentication-Results: pb1.pair.com header.from=foolistbar@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=foolistbar@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.219.210 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: foolistbar@googlemail.com X-Host-Fingerprint: 209.85.219.210 mail-ew0-f210.google.com Received: from [209.85.219.210] ([209.85.219.210:46226] helo=mail-ew0-f210.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/8F-30297-8E0465A4 for ; Thu, 09 Jul 2009 15:11:37 -0400 Received: by ewy6 with SMTP id 6so449794ewy.23 for ; Thu, 09 Jul 2009 12:11:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=mlfY3tfmnZoCvM2pPxdNUXG8scsb4eCmnLRIMZa9QLc=; b=lEUkjJ+LwKxnDhZwBlFQzcu/jeuSBhyKGfX4Vf5vT+Pb3BL9UfFFnqVdQ/gitH2ehF OrCBDKNMCknYzBhwlZpWZ15EeqbnoWvhi/Esin5HExofAgBdIud+DhqP26Jt1gn17CJu ZNJuP8h5V7fEWwnNi2DGBIeTBPbz/kob5W2/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=XUQpcyw+nfl+eBn3RbWq2xUqgadv4Rcqpx+mVk3Tdr1T1kKPj14oxafhMD3K7fHEh2 dkyRs5hGxQrma+xblmOFawuCUcr3cVxpE9N/gWwQwM0ynHIZ0zN2JBeYo9n1CQhELB6/ +g961XFfXsOHMNczKBDFRiB+Jlanvs7Dh7uZw= Received: by 10.216.0.83 with SMTP id 61mr305548wea.170.1247166694084; Thu, 09 Jul 2009 12:11:34 -0700 (PDT) Received: from c83-252-197-150.bredband.comhem.se (c83-252-197-150.bredband.comhem.se [83.252.197.150]) by mx.google.com with ESMTPS id i6sm499055gve.22.2009.07.09.12.11.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Jul 2009 12:11:33 -0700 (PDT) Cc: Paul Biggar , Zeev Suraski , internals@lists.php.net Message-ID: To: Lukas Kahwe Smith In-Reply-To: <312025EF-84D0-4411-A0A7-4F0379C3105F@pooteeweet.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Thu, 9 Jul 2009 21:11:31 +0200 References: <7.0.1.0.2.20090708224156.0ac5a438@zend.com> <312025EF-84D0-4411-A0A7-4F0379C3105F@pooteeweet.org> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] Type hinting - Request for Discussion From: foolistbar@googlemail.com (Geoffrey Sneddon) On 9 Jul 2009, at 18:20, Lukas Kahwe Smith wrote: > > On 09.07.2009, at 10:39, Paul Biggar wrote: > >>> I think we can take Lukas's RFC and either change it or write >>> something >>> based on it for weak typing only. If people here find it useful >>> I'll go >>> ahead and do that. >> >> I believe people don't want this. I wrote a set of rules, Lukas wrote >> the RFC, and neither got anything like the support that strict typing >> got. > > > Actually, in terms of weak typing we are now at 4 supporters of the > general idea: > Paul B., > Lukas, > Zeev, > Christian S. As I said in the other thread, I'm in favour of weak typing (and against strict typing). -g