Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44081 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65965 invoked from network); 28 May 2009 09:07:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2009 09:07:06 -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 204.13.248.72 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 204.13.248.72 mho-02-ewr.mailhop.org Received: from [204.13.248.72] ([204.13.248.72:52891] helo=mho-02-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/8D-30334-9345E1A4 for ; Thu, 28 May 2009 05:07:05 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1M9bZl-0002xR-GF; Thu, 28 May 2009 09:07:01 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19NoWg6sgqDjAeXqoPUDeycjQfeQ9GZxC4= Message-ID: <4A1E5428.9030304@sci.fi> Date: Thu, 28 May 2009 12:06:48 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Stanislav Malyshev CC: Ilia Alshanetsky , PHP Development References: <5FA2019D-A6AE-43A3-93BB-E19D26DC91DE@prohost.org> <4A1DA3B7.7050300@zend.com> In-Reply-To: <4A1DA3B7.7050300@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.10RC1 Testing From: jani.taskinen@sci.fi (Jani Taskinen) Stanislav Malyshev wrote: > Hi! > >> The first release candidate of 5.2.10 was just released for testing >> and can be downloaded here: > > Do I understand right that #48247 is not fixed yet in 5.2? If so, I > think it'd be good to have the fix for 5.2.10 release. No, it's not fixed. Just needs some infinite recursion protection plus moving the (or rather adding it also) init of tzcache into GINIT. --Jani