Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65479 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42299 invoked from network); 30 Jan 2013 08:48:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2013 08:48:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=dan@dancryer.com; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dan@dancryer.com; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain dancryer.com does not designate 209.85.219.49 as permitted sender) X-PHP-List-Original-Sender: dan@dancryer.com X-Host-Fingerprint: 209.85.219.49 mail-oa0-f49.google.com Received: from [209.85.219.49] ([209.85.219.49:40122] helo=mail-oa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/06-09318-F3ED8015 for ; Wed, 30 Jan 2013 03:48:00 -0500 Received: by mail-oa0-f49.google.com with SMTP id j6so1383571oag.8 for ; Wed, 30 Jan 2013 00:47:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dancryer.com; s=google; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=A7Xi2HJKF9CiHjzdXSqndU6lcA6mcPCUlc2mT6p7on0=; b=PEZ3bjbKwj5BN++wufeZwKkMngeJPQrqtpqE9AqVPx5X0RBM3ZIZ4UGKnzvpgpuM5x +Bb04v6yU6zQN0PciujlodJ3r7fVdWGi3dMxG0gMJcWh39Qjp3UsOt+zavPCzV5fXXUp M1AU3ybLHxTawMTcuEyX6K5NzhwyE7/iEQrmk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=A7Xi2HJKF9CiHjzdXSqndU6lcA6mcPCUlc2mT6p7on0=; b=GBBRBkuubkVth7oy9M/4iA/HX+9c8pt87q/ZhfDHWC/39saGTGcaY6VT5MRn2fOBth nm+AjOgpVAkXXRtWhQ9EeRDNX9KXIyTJgwPjksnRz+7GiJNpv0DlyacPGcleXtWpoSlP S3MriYl1x9d0U4bppNHBKwC2zAKhdqBN6yqnNmCS7oYspgoWdE8Ah2OQK67SiMjhljM+ HDsbtBKUejgX8RgneRh8WMl03alTGi1GYQ3BQ0mnXylJOZzsNp3uN1Zl27isWomAQ8LI RUl4Hmg5XRvfWGxftxLyMWi8ehb1Nd5XPS5Iq3T2oB7tA7R74BbAcL6xnajxoR1diZux E0Sg== MIME-Version: 1.0 X-Received: by 10.60.1.168 with SMTP id 8mr3047329oen.46.1359535676889; Wed, 30 Jan 2013 00:47:56 -0800 (PST) Received: by 10.60.18.232 with HTTP; Wed, 30 Jan 2013 00:47:56 -0800 (PST) X-Originating-IP: [81.133.32.75] In-Reply-To: <-449608301553747468@unknownmsgid> References: <-449608301553747468@unknownmsgid> Date: Wed, 30 Jan 2013 08:47:56 +0000 Message-ID: To: Attila Bukor Cc: Stas Malyshev , Larry Garfield , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e89a8fb1f2aa149ac604d47d9150 X-Gm-Message-State: ALoCoQnIAT7fMIFzyTKtAJfrlvUlCsuF/uUPJnScA52VY5h11An/aYes4MnEArzlIFi+5myYwOzS Subject: Re: [PHP-DEV] Voting periods From: dan@dancryer.com (Dan Cryer) --e89a8fb1f2aa149ac604d47d9150 Content-Type: text/plain; charset=ISO-8859-1 > That's what Ralf and I suggested all along. By the way, the problem is > that most of the web developers don't know anything about IT. I guess > most of them use Windows (and you can't expect a Windows user to > compile stuff), and the majority of the other half uses Ubuntu and > never even saw the shell, they're using Ubuntu Software Centre. I'm not > talking about those who go to conferences, but the vast majority of PHP > coders who never wrote a single bit of native code and never had to > compile anything. > Not meaning to sound obnoxious, but are those kind of developers really likely to be able to give useful enough feedback that their testing nightly builds would be valuable? Surely a developer who doesn't know how to use the shell is going to be limited in what level of detail they can provide, potentially making the bug fixing process significantly more difficult. I'm no C developer, most of my work is in PHP - but I've never found it a struggle to compile PHP, MySQL or any of their associated libraries. --e89a8fb1f2aa149ac604d47d9150--