Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:86655 php.webmaster:21346 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25098 invoked from network); 15 Jun 2015 14:21:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 14:21:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.19 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.19 mout.gmx.net Received: from [212.227.15.19] ([212.227.15.19:56763] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/D6-19613-D4FDE755 for ; Mon, 15 Jun 2015 10:21:02 -0400 Received: from [192.168.0.100] ([95.89.139.132]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LxgM7-1Z6EAk05KF-017CDp; Mon, 15 Jun 2015 16:20:57 +0200 Message-ID: <557EDF48.9000800@gmx.de> Date: Mon, 15 Jun 2015 16:20:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Hannes Magnusson , Anatol Belski CC: PHP Development , PHP Webmaster ML References: <00c501d0a773$f84fee90$e8efcbb0$@belski.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:tRtGnSK9xZMIeGNwWCWaJOUjtbL/huy/irNzxENpWJMBduxl+44 hRSK1TjwPtv3S03zAp1CMeLzVKeCpSC9D6gcGWHKSCZE/IBHoIxo4LOwPymG0b8LYL48zs4 Y1SZN+S+tK9S5XRj8JM2jmShcq1U9S7kEwdIUeDlQm45RUlV+kWqLABGnyFVbIytZFY1BiK cmT7zMRt+3LY+rG5Mp/Bg== X-UI-Out-Filterresults: notjunk:1;V01:K0:WPAsUvdchIs=:NtzVSxy7LI67kFNqSbR1G6 qBdMlRCY+Iic04QgK/iBLC3U5XxfVb7ti74y2/qy52C3m2Hw3YuWiQeurlfu4muwN5xW+BOi3 sfmvQhYMZb6H2WSuHPEEQI7DYMYv/WtxV2Vq8S4UUfdWozd76cePB3lLOb4aSb+9ByiH+g8+S wcTMpQ9S122uwlnnpk/VmEQ/8QFNjqf4pxyXAQXLRoVhJDhZGXeLLz4Qx50MUro/a0Hh65PXv niaFfZrZyg+JLy4JZfTsyCsl6Yn3RbxhczH0Cob0wbJBl6kylD6EWJZfyRgG7bcq8KkdBUkD5 lCrsNKB6zAfIbiLIAT3HVKwh0zYtqXP7nHYPA9E6R2axayxNwI63mzOyFi/5WXwPR3caPmU1S /3/7G6dAaLKUpiFyaD4DbCb8D/TIokasYcX1jTtPHY0rTfOu48HdNXOIr1gi3JroeyJ4BKI5Z AwXao/Udy150wEfE7AMAGL++MdENYLPxwD/JPHMjckvJSdysHOJPYGu83LtQQUwCVncjDI22b 0SuriwvXM5+U+LUptE0WCfvdiCc8gnTC8joajGnlXOZ9I+mvmnp346CwmZt17nQ6ZddmLS0jw gz2mfku30VY1D07dkDYdDwRBauD3Pj5Y/zanIjBOGIK/02oygIplRxp7eR33Wy9YyReQZ5d2v oUZZebq1+zDwK9h7UZTKI8/iAFzH7/f8DNuWh/4KvCRuMvU+v10HKMimQVjTChKKPuMQ= Subject: Re: [PHP-DEV] PHP7 releases vs Windows Sources? From: cmbecker69@gmx.de (Christoph Becker) Hannes Magnusson wrote: > Then this fix doesn't make any sense -- you are saying if I download > the .tar.gz and .zip and extract those two, I will have precisely the > same sources? > Then this fix should be reverted as there is isn't any special Windows > Sources and the official releases should work just fine. There is some difference (timestamps?) which causes building from the tarred sources to fail on Windows (see bug #69829). Furthermore extracting the tarred sources with 7zip (which seems to be a pretty common archiver) results in spurious PaxHeaders.##### directories, what is bug in 7zip[1], and doesn't really affect the build, but is confusing nonetheless (and requires more disk space). At least until these issue are solved, IMO it's better to link to the "Windows" sources packaged as .zip. [1] -- Christoph M. Becker