Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50071 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61329 invoked from network); 1 Nov 2010 23:17:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Nov 2010 23:17:23 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:65307] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/80-10621-08A4FCC4 for ; Mon, 01 Nov 2010 18:17:22 -0500 Received: by bwz13 with SMTP id 13so5178256bwz.29 for ; Mon, 01 Nov 2010 16:17:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=/lhJO304DSl5uUqtu3dWv5A3OPyR3OMGZRNeQrGARJ8=; b=dhnLkbH2dSeRqPt1qYDQqCoqA2YIQXyj4ZjlrlmewOeE1gTPLKtMVagfE/f8qyqukr LRhdXUcLhuQ42vu782pAmh8KVlQmknBQG8jipQfDMqEVjiNDoL0sQBc83oxWLiC39RQS yPW0K4zIfnoV1pXvhltSlm7jKk/boipTghPyg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=cyA+AxBMA2R4AwCmL4hNL2Z6pEsqcYf9RM/vMZSX1CFXn5CHOGfFESmr56D+xeoqrE tvjUyr9qonb6LnVqUPmvAYEOFnWaL3t0cZZU/nwyLmRci7YjfAxOKfyonESj+yZpT/9E qAUaIya0yK46ClA/KBWcSsZAnteiGiBCTORZo= Received: by 10.204.78.81 with SMTP id j17mr7592962bkk.44.1288653437971; Mon, 01 Nov 2010 16:17:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.151.211 with HTTP; Mon, 1 Nov 2010 16:16:56 -0700 (PDT) In-Reply-To: References: <4C62EC4A.9020106@sugarcrm.com> Date: Mon, 1 Nov 2010 21:16:56 -0200 Message-ID: To: Derick Rethans Cc: Stas Malyshev , Zeev Suraski , PHP Internals Content-Type: multipart/alternative; boundary=001485f87d9668ac220494060227 Subject: Re: [PHP-DEV] [PATCH] Delegate type hint/checks to alternative locations (Re: [PHP-DEV] back to 5.4 alpha) From: felipensp@gmail.com (Felipe Pena) --001485f87d9668ac220494060227 Content-Type: text/plain; charset=UTF-8 Hi, 2010/10/19 Derick Rethans > Hi! > > On Sun, 5 Sep 2010, Derick Rethans wrote: > > > I've spend some more time on this, and have attached a new patch that: > > > > - Removes the strict type verification, changing it back into typehints > > only. > > - Keeps the current syntax so that typehints create structures in the > > function entries. > > - Keeps the reflection API for the syntax, so that you can query the > > typehints. > > - Changed the API so that the verification function can also modify the > > variables. > > I've just committed that patch, the implements the 3 first elements from > this list. I've also updated my little extension to behave in the same > way as it did with the previous patch: > There is a BC in the changes, I don't know if it is expected for the next version, at least it is very strange. -- Regards, Felipe Pena --001485f87d9668ac220494060227--