Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47714 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45293 invoked from network); 1 Apr 2010 19:26:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2010 19:26:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:42745] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/00-44965-943F4BB4 for ; Thu, 01 Apr 2010 14:26:02 -0500 Received: by wyb34 with SMTP id 34so614962wyb.29 for ; Thu, 01 Apr 2010 12:25:58 -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:received:message-id:subject:from:to:cc:content-type; bh=i2QJPaoNX9yoetG+uuJ4KzKOP7zkdKwIjIMVFOJh+uI=; b=awoRk/pqiYQ9Hvekwe5EqS0ozk6Wb0kV6ZzCobm6hhzUenE2Ik91lQrQSwlmw1cECr +ig6KqskN4lx8oRqMz29v+vDaYIgYwW6j9ZxrkQA5T884cK4rSXssADdqpKeRQ6BfBAO g3459ELQctwhmo+sQ9Zk8edWa2ln4BW/Ymjhg= 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; b=Sk7xFUczFuhRl1rGMVHSkJwTL/yXv8un7KhVM5rtf4BlTHe+eCrcEFAWefykKexAAA O5PhrpwZQPZjPX31OS4Nc2nQG42+6FE1mQcLwHUlyatf2rbZpMMCSTy33V1gF92nceAc U3OayP0RY1uhYEQOQs3R8og7AgSG/WwEr0NUI= MIME-Version: 1.0 Received: by 10.216.185.140 with HTTP; Thu, 1 Apr 2010 12:25:57 -0700 (PDT) In-Reply-To: <4BB4F16B.7020402@zend.com> References: <4BB4EC2F.1020502@smashlabs.com> <4BB4F16B.7020402@zend.com> Date: Thu, 1 Apr 2010 21:25:57 +0200 Received: by 10.216.90.206 with SMTP id e56mr652094wef.167.1270149957973; Thu, 01 Apr 2010 12:25:57 -0700 (PDT) Message-ID: To: Stanislav Malyshev Cc: Ralph Schindler , internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] On constructors: BC Break and Class compiler Improvements From: pierre.php@gmail.com (Pierre Joye) hi, On Thu, Apr 1, 2010 at 9:18 PM, Stanislav Malyshev wrote: > Hmm... Interesting issue. Without namespaces filter() obviously would be > Filter's ctor, as class names aren't case sensitive now, remember? But with > namespaces it gets tricky. Can we say filter() is still the ctor, and if not > - we've got a problem of not being able to define a named ctor for a > namespaced class. I'd say "good riddance" but some may disagree. Well, I think the question here is more about dropping old style constructor that case sensitive functions/methods name. I'm in favour of dropping in php-next. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org