Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89607 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66218 invoked from network); 3 Dec 2015 23:09:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 23:09:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.177 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.177 mail-pf0-f177.google.com Received: from [209.85.192.177] ([209.85.192.177:34859] helo=mail-pf0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/42-47602-69BC0665 for ; Thu, 03 Dec 2015 18:09:11 -0500 Received: by pfu207 with SMTP id 207so15698645pfu.2 for ; Thu, 03 Dec 2015 15:09:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=X6hJCo9WewPMFgmWmzxTFGW7TdNff8hn7Z3QUF3vxIU=; b=L/GJLUUy/V9G4oKpJXfGiYijhNk7PLtX++tt30DCXg3YFJzCftj1bca39eteqLuKXp pCPdJETaJ5Ts9iZ++wQ1P+WfQMDeKFyjB+necIogncgQjxdGATBZz6VaH6RjHhoQEggs MsKHWX7VLLq8T/OdPG5zPFyI0aecKJpIL8XQPsrZf8ACZ31qx+RJnDG4XjWBK2mnELRb R9J7q1s+tCPLKAm77v+aVJS/bqpix0MsEB3648BAD3cFjOfmP0YTKZPUYDW8MrbCjNKa qU6nREm+xvoQi3BPBMtwcd91SKGpk+bwW+4CjIYaxUyUL512R6OS6BrmyRQbkiXPGR8I 6MLw== X-Received: by 10.98.73.137 with SMTP id r9mr17120219pfi.104.1449184148288; Thu, 03 Dec 2015 15:09:08 -0800 (PST) Received: from Stas-Air.local (tan1.corp.wikimedia.org. [198.73.209.1]) by smtp.gmail.com with ESMTPSA id c79sm12807031pfj.71.2015.12.03.15.09.07 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 15:09:07 -0800 (PST) To: Sebastian Bergmann References: <039701d12dce$c67982a0$536c87e0$@lool.fr> <56605D5E.5050001@php.net> Cc: PHP internals X-Enigmail-Draft-Status: N1110 Message-ID: <5660CB92.1030703@gmail.com> Date: Thu, 3 Dec 2015 15:09:06 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 7.0.0 final RTM delay From: smalyshev@gmail.com (Stanislav Malyshev) Hi! >> Well said. But why, then, do we provide Windows binaries? Windows as a platform is different from Linux/Mac in several aspects: in how easy it is to obtain binary (without php.net ones), how easy it is to build one and how easy it is to an average user of the platform to do that (building the binary from VCS version), and how much of the platform the binary would cover when built. In combination, I think it makes sense that we have Windows binaries but not, say, Linux (which Linux?) binaries. -- Stas Malyshev smalyshev@gmail.com