Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79523 invoked from network); 8 Sep 2008 09:18:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2008 09:18:59 -0000 Authentication-Results: pb1.pair.com header.from=jochem@iamjochem.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jochem@iamjochem.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iamjochem.com from 194.109.193.121 cause and error) X-PHP-List-Original-Sender: jochem@iamjochem.com X-Host-Fingerprint: 194.109.193.121 mx1.moulin.nl Linux 2.6 Received: from [194.109.193.121] ([194.109.193.121:35003] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/03-58883-20EE4C84 for ; Mon, 08 Sep 2008 05:18:59 -0400 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id 19BFF2739DE; Mon, 8 Sep 2008 11:18:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at moulin.nl Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (mx1.moulin.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TpZuw+QTkZbJ; Mon, 8 Sep 2008 11:18:48 +0200 (CEST) Received: from [10.0.13.104] (ip129-15-211-87.adsl2.static.versatel.nl [87.211.15.129]) by mx1.moulin.nl (Postfix) with ESMTP id 39DC2273994; Mon, 8 Sep 2008 11:18:48 +0200 (CEST) Message-ID: <48C4EDF8.5030102@iamjochem.com> Date: Mon, 08 Sep 2008 11:18:48 +0200 User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Alexey Zakhlestin CC: php internals References: <48C4358A.8060402@iamjochem.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] make fails due to ext/iconv/php_have_ibm_iconv.h missing (5.3 including alpha2) From: jochem@iamjochem.com (Jochem Maas) Alexey Zakhlestin schreef: > On Mon, Sep 8, 2008 at 12:11 AM, Jochem Maas wrote: > >> if anyone knows of some details info on how to >> keep multiple installs of >> php around (including apache modules) and being able to switch between them >> with minimal fuss then >> I be very happy to learn! > > the easiest option is to use different prefix-paths for php > > default installation: ./configure --prefix=/usr/local > some custom installation: ./configure --prefix=/opt/php53-test I do this already, only the apache module, if compiled, is always installed where apxs2 says it should be put ... ergo it overwrites the version that I consider/use as default/production. > I am not sure how it relates with apache. would fastcgi work for you? I don't see why not, but I've never really grokked fastcgi. I'll go searching/reading again, I have noticed people on internals stating it to be faster (than the apache module) ... official documentation on fast-cgi setup is a bit thin on the ground. thank you for your feedback. rgds, Jochem P.S. is the missing ext/iconv/php_have_ibm_iconv.h a problem with the src bundle or something specific to MacOSX? either way it seems to be the only thing stopping me from building 5.3 with all extensions I use.