Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74058 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85275 invoked from network); 8 May 2014 14:23:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2014 14:23:02 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.220.172 cause and error) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.220.172 mail-vc0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:56345] helo=mail-vc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/B0-15882-5439B635 for ; Thu, 08 May 2014 10:23:01 -0400 Received: by mail-vc0-f172.google.com with SMTP id hr9so3377310vcb.3 for ; Thu, 08 May 2014 07:22:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:from:mime-version:in-reply-to:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=zweTmzaP1fpPapHwiLe73WqDZJvIXGUYjfEkmPxLlEI=; b=V2B+kXO+94ZwwPh1/J9v2rylCcgyHIm30mbtfUVnwT1006gFogGlAod8p3zSx3T5gp 1ndM68frMDauptLNDcF89iq3ofU2hnSNm38wfGDf+6PxiRBKstqYhDMRUoA/a1PTpgpE U6gFzN4wBsqHHuTa5YHFngS8a5sYwA/MGVw+iUjM736Dtk3tA5beCcsLGJdjfrGCtYzq l9DvOhRMK6FbHHO0bAUMkDLTeiubytHU4EF5kRE4rFCZdRP0zQSeZ2OxPrtRtoYpWdI1 KtlnCO6zxXG6NWr8j1Gi+sOTVvANYPyRpTyEnvveXhRTkwxWotx5a7SAmJcI5CRZURwp 9Dlg== X-Gm-Message-State: ALoCoQkSiViyZ6ZZs3A3Y+1bzO10JLP0hTzFmK3uVekUd/rBjNYOT91wxQ7CHbNbcBgctN6Ng1nZYSa7ioC5nOUUSMqubt1MXRnx/Cd08D3HoS3V+WgE/mxlngTgdKXXLWMuf9oxzN3h X-Received: by 10.58.216.163 with SMTP id or3mr468532vec.80.1399558978527; Thu, 08 May 2014 07:22:58 -0700 (PDT) References: <5369CED9.5010001@php.net> <4339111475046055305@unknownmsgid> <578A5A21-A820-42AD-A218-FB8049F63B82@zend.com> <4023102707179619765@unknownmsgid> <7EA5660E-B264-4332-AE06-9BB4610050AB@zend.com> Mime-Version: 1.0 (1.0) In-Reply-To: <7EA5660E-B264-4332-AE06-9BB4610050AB@zend.com> Date: Thu, 8 May 2014 17:22:57 +0300 Message-ID: <3806384083792355901@unknownmsgid> To: Andi Gutmans Cc: Sebastian Bergmann , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: zeev@zend.com (Zeev Suraski) Btw, I'm of course advocating doing this as a part of PHP 7, and not in 5.6 or a minor version. There's going to be a migration process from 5.6 to 7, and I think this part would be one of the easiest to handle. Zeev > On 8 =D7=91=D7=9E=D7=90=D7=99 2014, at 17:02, Andi Gutmans wrote: > > On May 8, 2014, at 5:46 AM, Zeev Suraski wrote: > >>> >>> For what it=E2=80=99s worth I don=E2=80=99t think we should stop suppor= ting mod_php at this point in time. >>> I think there are still plenty of situations where this is the easier, = simpler route to go and quite robust. >> >> Such as? >> >> FastCGI (or fpm) is just as robust, it's a lot more scalable and has mos= tly just advantages. The main thing mod_php has going for it is history. = There are no real technological advances and the rise of PHP on nginx can a= ttest to that. > > There are tools and know-how out there on configuring various aspects of = PHP through http.conf/.htaccess. Sure you can achieve most of that via Fast= CGI but I do not believe it=E2=80=99s as simple and straightforward and I s= till believe the majority of the PHP community is using mod_php. Re: nginx,= the reality is, that while popular, it=E2=80=99s still not being used in t= he majority of environments. It=E2=80=99s being used more on the big, scale= -out properties than on the massive of smaller PHP deployments. > > I guess we=E2=80=99ll need to agree to disagree on this one :) > > Andi >