Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56959 invoked from network); 26 Feb 2009 17:03:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2009 17:03:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=igor.feghali@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=igor.feghali@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: igor.feghali@gmail.com X-Host-Fingerprint: 74.125.46.28 yw-out-2324.google.com Received: from [74.125.46.28] ([74.125.46.28:64360] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/FC-30584-C4BC6A94 for ; Thu, 26 Feb 2009 12:03:09 -0500 Received: by yw-out-2324.google.com with SMTP id 9so452243ywe.83 for ; Thu, 26 Feb 2009 09:03:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=yZU8btc8H9umar1CslYp1CKC1jQxXw0jm4ORJcAFEzA=; b=u02DMTgtfrKelRI5wCp/Z3t0JVvT/R4LDepc+/4sAW22ioHzkMDVSp5Iq2iUfVGRhY MLEnHY0zMWtTH46oyqX6z5JlUfeCKU63RcEAc48/0cjoBHFj8we5S7rm+FXndBxr0IFU REw5AHtVuVGwN/a1wMrLuwL+nnPr9aWuEbGUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=RI328x8DIC0mCdeYkMbXWO3dSTKQZzRYrsKulQ007SRrLU7sWnOQINwQ7z4I7QpPML W9Jz0v5s8zdF3w3csgglk1dyDS48AR2oqbdO923HlMapwt1VgGnk3HSr59rSCbD6YxYw TdQKBW/j1yfNnOgs0I6NSDme0zaDzyS0zLBAo= MIME-Version: 1.0 Received: by 10.150.225.14 with SMTP id x14mr2178715ybg.66.1235667786086; Thu, 26 Feb 2009 09:03:06 -0800 (PST) In-Reply-To: <499F76C6.4010601@chiaraquartet.net> References: <499F76C6.4010601@chiaraquartet.net> Date: Thu, 26 Feb 2009 14:03:06 -0300 Message-ID: To: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] phar update From: igor.feghali@gmail.com (Igor Feghali) While trying to perform phar testing on the system previously mentioned by me, I couldn't manage to get php5.3-200902261130 to compile with IBM CC. First 3 lines of error: "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line 976.3: 1506-046 (S) Syntax error. "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line 1027.3: 1506-046 (S) Syntax error. "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line 1137.8: 1506-166 (S) Definition of function BOOL requires parentheses. It seems that BOOL isn't getting defined. Can someone please help me ? Thank you.