Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69936 invoked from network); 30 Apr 2009 21:58:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2009 21:58:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.146.181 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.146.181 wa-out-1112.google.com Received: from [209.85.146.181] ([209.85.146.181:14854] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/E6-32602-90F1AF94 for ; Thu, 30 Apr 2009 17:58:34 -0400 Received: by wa-out-1112.google.com with SMTP id m16so841778waf.7 for ; Thu, 30 Apr 2009 14:58:31 -0700 (PDT) Received: by 10.114.153.18 with SMTP id a18mr1765011wae.200.1241128711439; Thu, 30 Apr 2009 14:58:31 -0700 (PDT) Received: from barley.local (216.112.110.172.ptr.us.xo.net [216.112.110.172]) by mx.google.com with ESMTPS id t1sm10671141poh.23.2009.04.30.14.58.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Apr 2009 14:58:30 -0700 (PDT) Message-ID: <49FA1F03.2030705@gravitonic.com> Date: Thu, 30 Apr 2009 14:58:27 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: jani.taskinen@iki.fi CC: PHP internals References: <49F9F0B3.1010401@gravitonic.com> <49FA03E6.3070103@sci.fi> In-Reply-To: <49FA03E6.3070103@sci.fi> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] rfc1867.c question From: andrei@gravitonic.com (Andrei Zmievski) 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. -Andrei