Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60728 invoked from network); 8 Sep 2008 06:13:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2008 06:13:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.14 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:61478] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/20-58883-772C4C84 for ; Mon, 08 Sep 2008 02:13:11 -0400 Received: by gxk7 with SMTP id 7so7347553gxk.23 for ; Sun, 07 Sep 2008 23:13:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Z9vwqExxWzhJWo/Pj8VtFBapItBMjXpr628tzW7HN5g=; b=t+sYuoKSmmOfbEd7Mr/pxCjeyMsZk7Z3GW0H3WR6MlDVumfGrdOpIbmjRdy6Sznidj sXJckixm/hDM6hLc2ckyYR+0QSCTfhPcfuKDaVRpohIZzKLBBuudsnAJ6tqCAWDZxVb6 67PypLSoS79Neplnsd6JwhtXmbi1ip1fCrOl0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=T42KgJmt1C53PQjzxoU8UmTnLfay9MRJBsPB96bbUAgMoR1UkHXxjh625bBIIHBqpw mjCZI7WLZOdM5t1gPhLcY0tiwCfA6Q9MyKdtcFQU5W/4d4gRHbBFlzmkF9hOVvoGuSvL TQfRyzFDdTqiGwHOO6dUUWKJoOjzflEfg51jM= Received: by 10.150.148.1 with SMTP id v1mr20738864ybd.48.1220854388452; Sun, 07 Sep 2008 23:13:08 -0700 (PDT) Received: by 10.150.186.11 with HTTP; Sun, 7 Sep 2008 23:13:08 -0700 (PDT) Message-ID: Date: Mon, 8 Sep 2008 10:13:08 +0400 To: "Jochem Maas" Cc: "php internals" In-Reply-To: <48C4358A.8060402@iamjochem.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48C4358A.8060402@iamjochem.com> Subject: Re: [PHP-DEV] make fails due to ext/iconv/php_have_ibm_iconv.h missing (5.3 including alpha2) From: indeyets@gmail.com ("Alexey Zakhlestin") 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 am not sure how it relates with apache. would fastcgi work for you? -- Alexey Zakhlestin http://blog.milkfarmsoft.com/