Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74009 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51776 invoked from network); 7 May 2014 13:13:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2014 13:13:11 -0000 X-Host-Fingerprint: 92.254.50.218 unknown Received: from [92.254.50.218] ([92.254.50.218:14645] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/A4-17246-1613A635 for ; Wed, 07 May 2014 09:13:09 -0400 To: internals@lists.php.net Date: Wed, 07 May 2014 15:13:02 +0200 Message-ID: References: <5369CED9.5010001@php.net> <4339111475046055305@unknownmsgid> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 92.254.50.218 Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: phpdev@ehrhardt.nl (Jan Ehrhardt) Zeev Suraski in php.internals (Wed, 7 May 2014 09:36:14 +0300): >Seriously, I can't think of any *real* reason of why anybody would >need something other than these SAPIs in 2014 (other than FUD). >Things like ISAPI and other more esoteric SAPIs are no brainers, and >while mod_php may be a bit more of a leap of faith, it doesn't truly >brings any tangible benefits over FastCGI (none that can't be >relatively easily replicated in userland anyway, eg htscanner). 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. Jan