Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44105 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74446 invoked from network); 31 May 2009 15:35:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2009 15:35: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 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:54982] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/1C-22722-3A3A22A4 for ; Sun, 31 May 2009 11:35:00 -0400 Received: from cs181029147.pp.htv.fi ([82.181.29.147] helo=[127.0.0.1]) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MAn3l-000LJz-20; Sun, 31 May 2009 15:34:53 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 82.181.29.147 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19myhaW25rbgesH0IDeVj/A5kvGHBGecwA= Message-ID: <4A22A3A4.2080703@sci.fi> Date: Sun, 31 May 2009 18:35:00 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Stanislav Malyshev CC: jani.taskinen@iki.fi, Ilia Alshanetsky , PHP Development References: <5FA2019D-A6AE-43A3-93BB-E19D26DC91DE@prohost.org> <4A1DA3B7.7050300@zend.com> <4A1E5428.9030304@sci.fi> <4A1F3395.8030804@zend.com> In-Reply-To: <4A1F3395.8030804@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] patch for #48247 From: jani.taskinen@sci.fi (Jani Taskinen) Stanislav Malyshev kirjoitti: > Hi! > >> No, it's not fixed. Just needs some infinite recursion protection plus >> moving the (or rather adding it also) init of tzcache into GINIT. > > Attached is the patch that seems to do the trick for me. Any objections? Looks fine by me. Just commit to all branches.. --Jani