Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74060 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88280 invoked from network); 8 May 2014 14:29:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2014 14:29:43 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.45 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.45 mail-qg0-f45.google.com Received: from [209.85.192.45] ([209.85.192.45:34240] helo=mail-qg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/61-15882-6D49B635 for ; Thu, 08 May 2014 10:29:42 -0400 Received: by mail-qg0-f45.google.com with SMTP id z60so2815996qgd.18 for ; Thu, 08 May 2014 07:29:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0f2/xfzcCX5vPA+ZmsyHFtCWC2dCMl14OP/3WZ/ztB0=; b=xSNhs6WbJOg6XtfCuAgmBFCcbQa5jk64h9/skzXmMuA9uicycJRoRh63exGBqVA80T 1fmoZLD10V3euBVdD/6rBNMw6M1/obQpUrOmY6eK1/ltUnGQdscVVrgwRllF1mOuzMjv M6b7jMuYclKHUN8x6mczt/s5bTH1lFlmb3VLOoJJ8LBpMXXlZ4ejPbXK5O2kobmwgmiO GpY4a0ZVEGx1/SMzzUEnXXnLfX8MvF3xT9AWqrEyxNpKe8gZYHx+0UvGSkf3dIUz/WCc lUsstpN/Hyh6sbTm4b+7W76qv6nBOMJ9G7PjR/GO1X7XKvv08K/KNjHY27qj84GRZ51n 7xwQ== MIME-Version: 1.0 X-Received: by 10.140.19.212 with SMTP id 78mr5057350qgh.94.1399559380001; Thu, 08 May 2014 07:29:40 -0700 (PDT) Received: by 10.140.17.34 with HTTP; Thu, 8 May 2014 07:29:39 -0700 (PDT) In-Reply-To: <-1685780700287010055@unknownmsgid> References: <5369CED9.5010001@php.net> <4339111475046055305@unknownmsgid> <578A5A21-A820-42AD-A218-FB8049F63B82@zend.com> <4023102707179619765@unknownmsgid> <7EA5660E-B264-4332-AE06-9BB4610050AB@zend.com> <-1685780700287010055@unknownmsgid> Date: Thu, 8 May 2014 16:29:39 +0200 Message-ID: To: Zeev Suraski Cc: Andi Gutmans , Sebastian Bergmann , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1134effcb0042c04f8e44f20 Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: tyra3l@gmail.com (Ferenc Kovacs) --001a1134effcb0042c04f8e44f20 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, May 8, 2014 at 4:14 PM, Zeev Suraski wrote: > On 8 =D7=91=D7=9E=D7=90=D7=99 2014, at 17:02, Andi Gutmans wrote: > > > > There are tools and know-how > > > That's what I meant by "history". > I don't think that should deter us from discontinuing an inferior option = if > there's an easy migration path. > > out there on configuring various aspects of PHP through > http.conf/.htaccess. > > > Httpd.conf should work unchanged, and if we make htscanner a standard par= t > of PHP - so will htaccess. > stuff like php_value in the apache config will be ignored AFAIK, but yeah, if you put those in your fastcgi/fpm conf or .htaccess with htscanner then it is pretty straightforward migration. > > I think this actually shows how little understanding there is in the mark= et > in terms of how easy migrating to FastCGI is. > > setting up fastcgi is a bit more complicated for the less tech savy people. it adds another step of indirection, stuff like using mod_fcgid or mod_fastcgi, using unix sockets or tcp, setting up the correct timeout settings through the pipe, max request length, etc. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a1134effcb0042c04f8e44f20--