Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64015 invoked by uid 1010); 7 Nov 2007 19:41:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63999 invoked from network); 7 Nov 2007 19:41:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2007 19:41:20 -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 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:63698] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/E0-54743-DD412374 for ; Wed, 07 Nov 2007 14:41:18 -0500 Received: from cs143125.pp.htv.fi ([213.243.143.125] helo=[192.168.1.100]) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Ipqm2-000HRh-HE; Wed, 07 Nov 2007 19:41:14 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 213.243.143.125 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/1OXHEqxiyx7JAEe6KOmDUv7PMvpM0dqc= Message-ID: <473214ED.2040701@sci.fi> Date: Wed, 07 Nov 2007 21:41:33 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Hannes Magnusson CC: Stanislav Malyshev , PHP Internals References: <47320174.6010601@zend.com> <7f3ed2c30711071118t15c1bb93g1e2d07682b71fe8d@mail.gmail.com> In-Reply-To: <7f3ed2c30711071118t15c1bb93g1e2d07682b71fe8d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] array.c broken From: jani.taskinen@sci.fi (Jani Taskinen) Hannes Magnusson kirjoitti: > On Nov 7, 2007 7:18 PM, Stanislav Malyshev wrote: >> Looks like recent changes to array.c broke the build for 5.3: >> line 4092 is: >> zend_fcall_info fci = empty_fcall_info; >> but empty_fcall_info doesn't seem to be defined anywhere. Please fix. > > cvs up Zend > > Checking out the "php5" pseudo module will safe you a lot of headaches > like this. Indeed. And I rarely commit something that doesn't compile.. :) --Jani