Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66481 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41386 invoked from network); 6 Mar 2013 04:53:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2013 04:53:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:63030] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/C8-31684-BDBC6315 for ; Tue, 05 Mar 2013 23:53:48 -0500 Received: by mail-wg0-f47.google.com with SMTP id dr13so6997980wgb.14 for ; Tue, 05 Mar 2013 20:53:44 -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=mqcDruAQVVcY9SblE0xW6eABvSL4HciHvnmduNtQ8RY=; b=XnsB8hmXeIO0x5S2WXpIbxfxT/4q1VtkBolBaiLpK/4tuwkmmXvuUuYYemrE47gV+I HQ056U79BD6k2G6A8RsQRgM2oARjCKqBheRBwyVmF017a+2OPDN+lga8qew8fij9e9aj GWBHnssbIrhHgwkTUIcR++dAjj1TlPiWHuZ5phxK93C9AAlS3Ryff6uyCQ3MQIBLM+n+ IXo9Yfkb8oqn1GUQalE50ZCoGMbtZIpe5bn3qkx89XpyD4JP0HAElMjS1d30OVeWCIzq NBmM+2Nn/X6iRy187wRiOSedL4/4xxi9wyhUkAFZV18Xz2VW5Na9EoeS4k899ZZjFPbL LewA== MIME-Version: 1.0 X-Received: by 10.194.83.105 with SMTP id p9mr43986495wjy.56.1362545624790; Tue, 05 Mar 2013 20:53:44 -0800 (PST) Received: by 10.194.242.227 with HTTP; Tue, 5 Mar 2013 20:53:44 -0800 (PST) In-Reply-To: <5136BBDC.5070100@gmail.com> References: <512DC97F.9090901@lsces.co.uk> <512DE223.7020308@lsces.co.uk> <5136BBDC.5070100@gmail.com> Date: Tue, 5 Mar 2013 20:53:44 -0800 Message-ID: To: David Muir Cc: Paul Reinheimer , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7bb04ed6f4be4204d73a5f61 Subject: Re: [PHP-DEV] PHP User Survey From: kris.craig@gmail.com (Kris Craig) --047d7bb04ed6f4be4204d73a5f61 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Mar 5, 2013 at 7:45 PM, David Muir wrote: > > When do you upgrade to a new release of php e.g. 5.3 -> 5.4 >> - As soon as released >> - wait for the x.1 release >> - Once our OpCode cache supports it >> - When previous version hits EOL >> - When a new feature warrants the upgrade >> - When my Framework (Zend/Symfony/cake) or Software (Wordpress, Gallery, >> etc) requires it >> > > You should add: > When my distro/hosting company upgrades. > > > Cheers, > David > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > It's also important that we figure out how we will go about getting an accurate sampling. Questions about Drupal usage might yield deceptively low results if the polls are being promoted more heavily in Wordpress communities, for example. These are the questions I think we have to answer: 1. Are these surveys invitation-only, open to the public, or both? My vote would be for the latter option; i.e. certain targetted surveys may be invitation-only while others would be open to all. 2. Aside from the obvious posting on the PHP website, how can we go about promoting survey participation in such a way that ensures (or at least tries to ensure) equal or semi-equal participation across a diverse multitude of user communities and demographics? 3. What sorts of demographics do we want to identify among a given survey's sampling? For example, do we want to add questions to determine what percentage of respondents have a newbie/intermediate/expert understanding of PHP, which respondents use certain apps and operating systems, etc? There are also some other broader questions we'll need to answer, such as what procedures we use to decide when to do surveys and what those surveys should contain, how/when to publish the results of completed surveys, etc. I'm sure I'm just scratching the surface here, but before we delve too deeply into what questions should be asked in the first survey, I think there are some basic questions we ourselves need to answer first. =) --Kris --047d7bb04ed6f4be4204d73a5f61--