Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57586 invoked from network); 7 May 2014 13:23:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2014 13:23:45 -0000 Authentication-Results: pb1.pair.com header.from=dan@dancryer.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dan@dancryer.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain dancryer.com does not designate 209.85.219.44 as permitted sender) X-PHP-List-Original-Sender: dan@dancryer.com X-Host-Fingerprint: 209.85.219.44 mail-oa0-f44.google.com Received: from [209.85.219.44] ([209.85.219.44:57764] helo=mail-oa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/00-56552-FD33A635 for ; Wed, 07 May 2014 09:23:44 -0400 Received: by mail-oa0-f44.google.com with SMTP id i11so1193369oag.3 for ; Wed, 07 May 2014 06:23:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dancryer.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6gf9Qpww9ESIB5WscQWdN2C3lpLRsWghHgs9RjMvjUg=; b=LhNsMmkiEwo530PuL8Jtrtnrc0vXpiMC1cP+ZmfJmUrXgXcWDMg1IrtXMMHO99/pJE nW13q4M+d7k3weyhEsT+HhVJBfWf+iHfhSYnRiLeHDU8zJNJeA+KgDSlo/rdN93XBdvD IWnCI1QP8npwAB6Nha7fIOAse9CceT3hbEm94= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=6gf9Qpww9ESIB5WscQWdN2C3lpLRsWghHgs9RjMvjUg=; b=Us3BI9aDflyA0sUopAOZBi7npl5QHXwob3luIxcOy8+fPWoguCSx/6bK2ETzD38BCs RHLP+y0qTWgHHX2oGTDAuHzsLiq7d30ss5UtZrNUIHHbgrv7+XWKOvfVL5twUnt6h0Qd NRQ2GcJjO5dgR5USCEH/qsHoaS+P34d7+zNmZtUIZMMp9MlOY90Zt4op9rID/yq4q9LC 8lAIFukx4hWcTaV2eBItmsrCOkz6RV83/yLPIfG5AzV+Q7oNWqrmEpX7ojKO4whppSeg j7WW93aeaSv7dHA8x8afsoZCnW/R7B4Pxd3ijA0MOsvvUezp/qXmmf9/mpfwmznT0rpY faPw== X-Gm-Message-State: ALoCoQneTdHNQGUR1wE/cE2Ukyg4uMuzJU1Dy4bGHCxcoYBLFJ9XoR9MKqnpCXMHbtg+76eW0Mbb MIME-Version: 1.0 X-Received: by 10.182.22.33 with SMTP id a1mr8863380obf.60.1399469021000; Wed, 07 May 2014 06:23:41 -0700 (PDT) Received: by 10.60.159.168 with HTTP; Wed, 7 May 2014 06:23:40 -0700 (PDT) X-Originating-IP: [85.199.243.242] In-Reply-To: References: <5369CED9.5010001@php.net> <4339111475046055305@unknownmsgid> Date: Wed, 7 May 2014 14:23:40 +0100 Message-ID: To: Jan Ehrhardt Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1133177cdf1a8c04f8cf4536 Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: dan@dancryer.com (Dan Cryer) --001a1133177cdf1a8c04f8cf4536 Content-Type: text/plain; charset=UTF-8 > > 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. > > You could install the two different versions of PHP (+ PHP-FPM) to two different locations on your server, and then run one PHP-FPM pool per version for your web server to communicate with. That would enable what you're trying to achieve. --001a1133177cdf1a8c04f8cf4536--