Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55318 invoked from network); 24 Jun 2008 19:23:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2008 19:23:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=ekneuss@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ekneuss@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.29 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ekneuss@gmail.com X-Host-Fingerprint: 74.125.44.29 yx-out-2324.google.com Received: from [74.125.44.29] ([74.125.44.29:31741] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/63-17106-CB941684 for ; Tue, 24 Jun 2008 15:23:41 -0400 Received: by yx-out-2324.google.com with SMTP id 3so504607yxj.83 for ; Tue, 24 Jun 2008 12:23:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=1QEbesPJY2iTISaXDeLHbihLzNemUo1qGmFxptVaF30=; b=L6OZCPwRZU6Sec3brUNj892IkVMuy+BHiOA1zq50xZvCENMN2/yMZ8z/ajrkDH29zk TiOLm63/xq4BMJuXkG71uStJ2FRYYQNynSDfYQ0pgM8D8Q7LmtnDPCcV+fkiik6qYTIi wCp+BhDeieEE7l7OhLBP415ABTY6QlAGF7s+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=D+k4SNFj472689iehfP+OT3nNC2UXlvSBtNC08bjMSFMHvDCE5VKJi2K8pq9Hc6JRd PXMTM3T2sHu7ubvq34Xm7sz9u5XHyk1nisW30g7ZxtlblVpVMad9DQntUc6BjkfeUN7L vBvpFmajGFqExR8KteL//Wl+HWH+EWeVQcQ6g= Received: by 10.142.153.8 with SMTP id a8mr6137573wfe.316.1214335417749; Tue, 24 Jun 2008 12:23:37 -0700 (PDT) Received: by 10.151.83.19 with HTTP; Tue, 24 Jun 2008 12:23:37 -0700 (PDT) Message-ID: Date: Tue, 24 Jun 2008 21:23:37 +0200 Sender: ekneuss@gmail.com To: "Stanislav Malyshev" Cc: "PHP internals" In-Reply-To: <48613837.2040901@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <485C5081.1050609@zend.com> <485FDBE2.6020409@zend.com> <486122CC.5050303@zend.com> <48613837.2040901@zend.com> X-Google-Sender-Auth: eb81880d024a945b Subject: Re: [PHP-DEV] LSB forward_static_call() From: colder@php.net ("Etienne Kneuss") Hello, you're the only one disagreeing here, in this thread everybody is in favor of that change except you, and your arguments are: 1) this difference is bad 2) no problem with functions For which I've (along with others) already argued that: 1.1) some difference is already felt by regular users (They actually believe that parent:: is a special construct that allows non-static calls), I'm not saying it's OK because they're wrong, but it won't be a shock to introduce a difference. 1.2) the difference is only relevant in some very limited cases 1.3) the ClassName:: alternative needs to be used on very very limited cases 2.1) functions shouldn't be here to solve language design problems, especially when half of the feature is implemented as a keyword. 2.2) It's not convenient at all (c.f. references) , has WTF factors (c.f. referencing unrelated class), confusing naming. So yeah, if you're really the only one against it, and nobody else speaks up to disagree, I guess it should be ok to commit it. Regards On Tue, Jun 24, 2008 at 8:08 PM, Stanislav Malyshev wrote: > Hi! > >> No need to argue over and over, I'll produce a patch based on the >> (probably) outdated one done by Mike and have it committed if no new >> strong feelings against it raises. > > I must be missing something in this "discussion" concept. So it goes like > this: "I will make a patch and commit" - "No, please don't, it is not good!" > - argument, argument, tons of explanations why it's not good - "OK, no need > to argue, I will make patch and commit". Why bother? > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com > > -- Etienne Kneuss http://www.colder.ch Men never do evil so completely and cheerfully as when they do it from a religious conviction. -- Pascal