Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23981 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55480 invoked by uid 1010); 7 Jun 2006 21:56:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55465 invoked from network); 7 Jun 2006 21:56:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2006 21:56:39 -0000 X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:5567] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3A/F5-00946-69B47844 for ; Wed, 07 Jun 2006 17:56:39 -0400 Received: (qmail 1010 invoked from network); 7 Jun 2006 21:56:07 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 7 Jun 2006 21:56:07 -0000 Message-ID: <44874B8F.6020801@zend.com> Date: Thu, 08 Jun 2006 01:56:31 +0400 User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Mark Spruiell CC: PHP Internals List References: <2237.192.168.1.102.1149706395.squirrel@192.168.1.3> In-Reply-To: <2237.192.168.1.102.1149706395.squirrel@192.168.1.3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Compilation failure on AIX with 5.1.4 From: antony@zend.com (Antony Dovgal) On 07.06.2006 22:53, Mark Spruiell wrote: > Building PHP 5.1.4 on AIX fails in two places with a syntax error: > > Zend/zend_language_parser.c:2585 > Zend/zend_ini_parser.c:1081 > > The offending code is the same in both cases, which is not surprising > since they are both bison-generated files: > > #if defined (__STDC__) || defined (__cplusplus) > int > yyparse (void) > #else > int > yyparse () > ; > #endif > > The compilation succeeds after I delete the line containing the > semicolon. > > I downloaded a 5.2 snapshot and verified that this line is still > present. Do you have a patch? -- Wbr, Antony Dovgal