Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94127 invoked by uid 1010); 14 Jul 2007 07:23:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94111 invoked from network); 14 Jul 2007 07:23:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2007 07:23:01 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:2359] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/00-27988-1A978964 for ; Sat, 14 Jul 2007 03:22:13 -0400 Received: from cs136054.pp.htv.fi ([213.243.136.54] helo=[192.168.1.100]) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1I9buk-000Mxw-W5; Sat, 14 Jul 2007 03:19:39 -0400 X-MHO-User: U2FsdGVkX18cipQn3NH5npRA9kcjJYRzounwHgfWWQU= X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 213.243.136.54 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18J9WAelDLtKZWV7N+7qiRxW+eB8tuis+o= Message-ID: <4698790E.6080805@sci.fi> Date: Sat, 14 Jul 2007 10:19:42 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Stanislav Malyshev CC: internals@lists.php.net References: <46981E98.30803@php.net> <46986EDB.8030507@sci.fi> <469874EB.2010404@zend.com> In-Reply-To: <469874EB.2010404@zend.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] __call_static() Magic Method From: jani.taskinen@sci.fi (Jani Taskinen) And there is no reason not to release 5.3 is there? I'd also like to MFH the namespace patch for PHP 5. --Jani Stanislav Malyshev kirjoitti: > I'm afraid this change is binary incompatible - it changes class > structure, which is in use by extensions. So you'd need 5.3 for that. > > Sebastian Bergmann wrote: >> Jani Taskinen schrieb: >>> As long as you MFH, I don't mind. >> >> Yeah, I would love to have this in PHP_5_2, too. :) >> >