Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49932 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96245 invoked from network); 19 Oct 2010 15:56:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Oct 2010 15:56:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:50985] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/99-49897-FBFBDBC4 for ; Tue, 19 Oct 2010 11:56:48 -0400 Received: by vws9 with SMTP id 9so984813vws.29 for ; Tue, 19 Oct 2010 08:56:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Q8BmXU2BZR/JOQmLdKcxepn8Fc+LeT9/1MdJQMcFtvc=; b=RQVIs36Z4cbnsnfNJ4PEtITEuIXd5zUJ+CFovEiLl8JB16IJgsHtaNJDBv86cPm8AA oedyEAZxob4U+qnpyI6UsF4WM7bCIt7KR+slJm5Go1xzZzzw+ynxtyW/BFl0C89+WAIq MUrBonW37tPO6CuBnHLgwO6m8BRNGfHGfPI3s= 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 :cc:content-type:content-transfer-encoding; b=eMDRnlDl4A1Z1PpXlQhc/B1fKX5UFgi3t3y+lO6imGKc82FDiRYJcM83I+mlPG2jzN nrG4yGO/B1e/V8qpYWL8p/2y+Lb5q0jxYFYTe4BB3MGULUZFhUIU68d+xyCFd6aGQ68K lpzsHvKXUuUc6P7JnngyzTNtIZ1u69HfDJ6YE= MIME-Version: 1.0 Received: by 10.103.124.13 with SMTP id b13mr4652551mun.49.1287503803531; Tue, 19 Oct 2010 08:56:43 -0700 (PDT) Received: by 10.223.119.8 with HTTP; Tue, 19 Oct 2010 08:56:43 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Oct 2010 17:56:43 +0200 Message-ID: To: Michael Felt Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] FYI: minor include issue with older systems - strcasecmp not always in string.h From: pierre.php@gmail.com (Pierre Joye) hi, Can you open a bug report and attach a patch to it pls? Thanks! On Tue, Oct 19, 2010 at 5:21 PM, Michael Felt wrote: > While performing a build on AIX433 I get the following error. > > /data/prj/php-5.2.14/ext/zip/lib/zip_name_locate.c: In function > `_zip_name_locate': > /data/prj/php-5.2.14/ext/zip/lib/zip_name_locate.c:67: error: `strcasecmp= ' > undeclared (first use in this function) > /data/prj/php-5.2.14/ext/zip/lib/zip_name_locate.c:67: error: (Each > undeclared identifier is reported only once > /data/prj/php-5.2.14/ext/zip/lib/zip_name_locate.c:67: error: for each > function it appears in.) > make: *** [ext/zip/lib/zip_name_locate.lo] Error 1 > > I am able to fix it with: > File: ext/zip/lib/zip_name_locate.c > =A0 +34 =A0^L > =A0 +35 > =A0 +36 =A0#include > =A0 +37 =A0#ifdef _AIX > =A0 +38 =A0/* for AIX433 actually! */ > =A0 +39 =A0#include > =A0 +40 =A0#endif > =A0 +41 > =A0 +42 =A0#include "zipint.h" > =A0 +43 > =A0 +44 =A0^L > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org