Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56129 invoked from network); 7 May 2014 13:20:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2014 13:20:35 -0000 Authentication-Results: pb1.pair.com header.from=me@rouvenwessling.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=me@rouvenwessling.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain rouvenwessling.de designates 5.35.242.46 as permitted sender) X-PHP-List-Original-Sender: me@rouvenwessling.de X-Host-Fingerprint: 5.35.242.46 www.rouvenwessling.de Linux 2.6 Received: from [5.35.242.46] ([5.35.242.46:55353] helo=lvps5-35-242-46.dedicated.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/95-17246-1233A635 for ; Wed, 07 May 2014 09:20:34 -0400 Received: by lvps5-35-242-46.dedicated.hosteurope.de (Postfix, from userid 5001) id C411369F14D7; Wed, 7 May 2014 15:20:30 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on www.rouvenwessling.de X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.1 Received: from rouvens-air-7.localdomain (xdsl-78-35-242-123.netcologne.de [78.35.242.123]) by lvps5-35-242-46.dedicated.hosteurope.de (Postfix) with ESMTPA id 5D58069F03D1; Wed, 7 May 2014 15:20:30 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) In-Reply-To: Date: Wed, 7 May 2014 15:20:32 +0200 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <1640218B-93BC-4478-AE70-3858892E3EE6@rouvenwessling.de> References: <5369CED9.5010001@php.net> <4339111475046055305@unknownmsgid> To: Jan Ehrhardt X-Mailer: Apple Mail (2.1874) Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: me@rouvenwessling.de (=?iso-8859-1?Q?Rouven_We=DFling?=) On 07.05.2014, at 15:13, Jan Ehrhardt wrote: > Is Fastcgi capable of supporting 2 versions of PHP? I still need PHP = 5.3 > for Drupal6, but Drupal7, Wordpress, Modx and the like profit from PHP > 5.5. If there was a way to run both versions as Fastcgi, I would = happily > go along with you. But I haven't found out how to do that, so one of > the two still is mod_php. >=20 > Jan You can. The trick is running each PHP version on a different port. = (i.e. 5.3 on port 9000, 5.4 on 9001 and so on) Than simply use the port = for the PHP version you want when configuring the virtual host. Best regards Rouven=