Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55742 invoked by uid 1010); 1 Mar 2008 23:41:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55727 invoked from network); 1 Mar 2008 23:41:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2008 23:41:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 168.215.118.250 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 168.215.118.250 Mail.Conquestis.com Windows 98 (no sack) Received: from [168.215.118.250] ([168.215.118.250:40529] helo=mail.ConquestIS.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/76-11272-B89E9C74 for ; Sat, 01 Mar 2008 18:40:59 -0500 Received: from [10.59.1.25] ([12.13.142.4]) by mail.ConquestIS.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 1 Mar 2008 18:55:00 -0500 Message-ID: <47C9E97B.4010302@lerdorf.com> Date: Sat, 01 Mar 2008 18:40:43 -0500 MIME-Version: 1.0 To: till@php.net CC: Pierre Joye , Marcus Boerger , internals@lists.php.net References: <234b196e0803011115t31dd004iba76f5d7ac9125b8@mail.gmail.com> <1476108437.20080301203629@marcus-boerger.de> <1672609976.20080301210035@marcus-boerger.de> <234b196e0803011235k5026c5abxf268dbdb471771f@mail.gmail.com> In-Reply-To: <234b196e0803011235k5026c5abxf268dbdb471771f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Mar 2008 23:55:00.0390 (UTC) FILETIME=[A914A460:01C87BF7] Subject: Re: [PHP-DEV] 5.2.5 and static calls From: rasmus@lerdorf.com (Rasmus Lerdorf) till wrote: > Bjori just nailed it: > > class foo { function foo() { echo 'foo'; } } > foo::foo(); > > It's some constructor BC thing. > > I didn't think any of these changes were in the 5_2 tree at all. As far as I am concerned the E_STRICT is for 5.3. We can't make a change like this in a minor version bump. -Rasmus