Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23648 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18167 invoked by uid 1010); 25 May 2006 12:55:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18152 invoked from network); 25 May 2006 12:55:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2006 12:55:06 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:59998] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 06/5B-17316-929A5744 for ; Thu, 25 May 2006 08:55:05 -0400 Received: from baumbart.mbo (dslb-084-063-055-198.pools.arcor-ip.net [84.63.55.198]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 3981E35C1F4; Thu, 25 May 2006 14:55:02 +0200 (CEST) Date: Thu, 25 May 2006 14:53:08 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <622454478.20060525145308@marcus-boerger.de> To: Christian Schneider Cc: internals@lists.php.net In-Reply-To: References: <138663365.20060514205903@marcus-boerger.de> <038d01c676f8$ab9b3380$6602a8c0@foxbox> <44685D24.2000801@php.net> <1147708994.14148.23.camel@notebook.local> <16710545416.20060515202714@marcus-boerger.de> <1147721541.14148.47.camel@notebook.local> <4468DB43.1020005@emini.dk> <7.0.1.0.2.20060515194051.02b32ef8@zend.com> <1148496966.19173.79.camel@notebook.local> <454303585.20060524213714@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] fatal static call in php 6.0? From: helly@php.net (Marcus Boerger) Hello Christian, Thursday, May 25, 2006, 1:47:24 PM, you wrote: > One caveat with making a static call to a non-static function a fatal > error is that it will make use of static calls impossible for code which > wants to be PHP4 and PHP6 compatible, no? You probably don't care but I > still wanted to mention it. There is no way you can write heavy oo using code that supports PHP 4 and PHP 5.2 without a version check every here and there, so i don't see this as an argument. It is a fact that 4 and 5 have very different object models. > PS: There are no plans to make non-static calls to static methods > illegal, right? Of course not :-) Best regards, Marcus