Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66521 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13245 invoked from network); 7 Mar 2013 14:16:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2013 14:16:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:61300] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/22-31723-531A8315 for ; Thu, 07 Mar 2013 09:16:22 -0500 Received: by mail-wg0-f41.google.com with SMTP id ds1so6723445wgb.0 for ; Thu, 07 Mar 2013 06:16:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=AN4fRM44hlK44R3bVvBYH94aIDsjOw/eZvrVa5w6MCQ=; b=fS24xpqswV68SUg1N11y1ke6/u2iyDfNUGhIj5DdoJKqO8SM6FiOuLLSwX5nKDgk4Y caxcPg4AaCk288GNs9IcejrO+3liodDU7AZsriZnOFfD14nqH3NHezLuf7tHFT5GaEI8 86P/M7hKnflAWo9htWjUs/kY8R2vAcSBTVsG5Sn+ovuQ3jImaM/LMcFnZBzyZ/dpyOog lBcgGOfgeoTmXAQSGR5jLlOOoIBD7joCqehZE3uY7PQATT7oaMNdknTZB0PPO31yw22O 3Pc7QY/k/pUWhD6XoDl/ONIKAqRQRaJcfLfD4cQmKrLTn4ha9LAqDbwC9LDW7NsnlgNi OYJA== MIME-Version: 1.0 X-Received: by 10.194.7.131 with SMTP id j3mr54462936wja.23.1362665778886; Thu, 07 Mar 2013 06:16:18 -0800 (PST) Received: by 10.217.2.209 with HTTP; Thu, 7 Mar 2013 06:16:18 -0800 (PST) In-Reply-To: References: <512DC97F.9090901@lsces.co.uk> <512DE223.7020308@lsces.co.uk> Date: Thu, 7 Mar 2013 14:16:18 +0000 Message-ID: To: Paul Reinheimer Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b5d9c6fb2bc3f04d75659be Subject: Re: [PHP-DEV] PHP User Survey From: leight@gmail.com (Leigh) --047d7b5d9c6fb2bc3f04d75659be Content-Type: text/plain; charset=ISO-8859-1 On 5 March 2013 15:13, Paul Reinheimer wrote: > How many servers do you deploy code to > Does this need a dev/test/prod split? I think this question should specifically address production servers only. (I'm not sure how this answer steers PHP as a language, but it might be > useful for trends over time?) > What server do you use in production: > - Apache > - IIS > - nginx > There's quite a few alternatives not on this list, and I think it does influence development a little. Servers like nginx, litespeed, cherokee and hiawatha (to name a few) are almost certainly using FPM, and certainly not using the apache module. Maybe a better question would be which SAPI is used in production? --047d7b5d9c6fb2bc3f04d75659be--