Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21635 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89359 invoked by uid 1010); 22 Jan 2006 18:34:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89344 invoked from network); 22 Jan 2006 18:34:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2006 18:34:14 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:35281] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EE/C3-06819-520D3D34 for ; Sun, 22 Jan 2006 13:34:13 -0500 Received: from [192.168.1.3] (dslb-084-063-003-215.pools.arcor-ip.net [84.63.3.215]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 8BF1535C1C1 for ; Sun, 22 Jan 2006 19:34:09 +0100 (CET) Date: Sun, 22 Jan 2006 19:32:18 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1179437188.20060122193218@marcus-boerger.de> To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Static vs. non static From: helly@php.net (Marcus Boerger) Hello internals, right now we allow 'class::method()' like syntax but not 'class->method() like. If noone comes up with a valid reason why i am forced to call a parents method using static syntax i'll commit the little required change. We could even add an E_STRICT when the old syntax is used where not applicable. But right now i don't see that message as neccessary unless people want to disallow misuse of the old synatx any time later. Best regards, Marcus