Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23226 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72555 invoked by uid 1010); 10 May 2006 13:58:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72540 invoked from network); 10 May 2006 13:58:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2006 13:58:09 -0000 X-PHP-List-Original-Sender: rrichards@ctindustries.net X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:50408] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D1/50-19568-171F1644 for ; Wed, 10 May 2006 09:58:09 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id k4ADviPI007186; Wed, 10 May 2006 09:57:45 -0400 Message-ID: <4461F1B7.3000904@ctindustries.net> Date: Wed, 10 May 2006 09:59:19 -0400 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Antony Dovgal CC: internals References: <4461ED79.8060908@ctindustries.net> <4461EFEC.2040301@zend.com> In-Reply-To: <4461EFEC.2040301@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0619-0, 05/08/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.88.1/1453/Wed May 10 03:10:59 2006 on ctindustries.net X-Virus-Status: Clean Subject: Re: [PHP-DEV] patch: zend_API.c - compile file From: rrichards@ctindustries.net (Rob Richards) Antony Dovgal wrote: > On 10.05.2006 17:41, Rob Richards wrote: >> The extra semi-colon is causing build to fail here. > > Committed, thanks. > > Just interesting: what compiler do you use? Was failing on my Windows builds VC 6. Rob