Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43823 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53865 invoked from network); 1 May 2009 17:52:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2009 17:52:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; 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:58787] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/F8-17217-5C63BF94 for ; Fri, 01 May 2009 13:52:06 -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 1Lzwu3-000LCE-0C; Fri, 01 May 2009 17:52:03 +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: U2FsdGVkX1+g5tPJTis17YEbSr400t7y+ZRVovHLaDo= Message-ID: <49FB36C4.4040204@sci.fi> Date: Fri, 01 May 2009 20:52:04 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Andrei Zmievski CC: PHP internals References: <49F9F0B3.1010401@gravitonic.com> <49FA03E6.3070103@sci.fi> <49FA1F03.2030705@gravitonic.com> In-Reply-To: <49FA1F03.2030705@gravitonic.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] rfc1867.c question From: jani.taskinen@sci.fi (Jani Taskinen) Andrei Zmievski kirjoitti: > Jani Taskinen wrote: >> What branch and what lines? I checked PHP_5_2 and as far as I can >> tell, there is no such function that simply returns when passed >> track_vars_array is NULL.. >> >> Maybe HEAD is different, but that branch doesn't even compile so I >> don't really have time for it.. :) > > I was talking about HEAD. And it compiles just fine. Ah..and my build problems were caused by ext/intl..disabling that made the build work. --Jani