Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49900 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82368 invoked from network); 12 Oct 2010 12:00:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2010 12:00:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:60134] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/D4-56676-CED44BC4 for ; Tue, 12 Oct 2010 08:00:44 -0400 Received: from think.site (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTPSA id 06367BFA0A3; Tue, 12 Oct 2010 16:00:41 +0400 (MSD) Message-ID: <4CB44DE6.4090607@daylessday.org> Date: Tue, 12 Oct 2010 16:00:38 +0400 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100714 SUSE/3.0.6 Thunderbird/3.0.6 MIME-Version: 1.0 To: Michael Felt CC: internals@lists.php.net References: <4CB0CCD1.6090408@acm.org> <4CB2E0C6.8070000@daylessday.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Problems with iconv on AIX 5.3 and 6.1 - maybe a bug From: tony@daylessday.org (Antony Dovgal) On 10/11/2010 10:35 PM, Michael Felt wrote: > As to 5.3 - personally, I have some oldish PHP code that does not like > some of the new defaults in 5.3 (as least when I tried when it first > came out). However, I shall soon do 5.2.14. I'd still recommend at least _to try_ 5.3 just to make sure it really does compile & work fine. If that is the case, you can start backporting AIX-related changes from 5.3 to 5.2. > There is another AIX idiosycrancy I found. It does not like the > BUILD_CLI string in the Makefile. If I edit it into seperate lines and > put those where $(BUILD_CLI) stands, the sapi/cli/php program configures > fine. Make sure you use GNU make and as much other GNU utils as possible - the native ones are broken. > Fun in porting :) Well, I wouldn't call that fun.. it's more of a frustration to me. > Off topic I know - but how much interest is there is a more explicit > "debug" info of the BUILD_CLI issue. Personally I find it very strange > as it used to work fine (the string does not look to have changed in a > long time. I would guess it is some security 'improvement' in make or ksh. GNU bash and GNU make should certainly fix it. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP