Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:86666 php.webmaster:21352 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48461 invoked from network); 15 Jun 2015 15:45:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 15:45:19 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.42 mail-qg0-f42.google.com Received: from [209.85.192.42] ([209.85.192.42:34579] helo=mail-qg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/94-25272-E03FE755 for ; Mon, 15 Jun 2015 11:45:19 -0400 Received: by qgf75 with SMTP id 75so28109301qgf.1; Mon, 15 Jun 2015 08:45:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bjlqceBdTHNRrVL4rYr4qcbkvxHYi4QBZ5jRhT7gcIE=; b=pA6WbL4QNggj1vlSFq+ll2xsTTO0YC5BlynlBOvkKkUdXE1vKz6KIZ3fKVPZXHzV2Q 3Su9jxS065GW/3VVvpZzHTue9OnUWfghj3YnohwqN/51e8m+U4Sz6/snmJoM+bxWJsuf XUIxJiWUkPEWYgpP2AhGIs7iPkdBqAcYmx0EaPjGJRc6807IZN3elg81Zv3umjuShmoI 3sPennQg0pzQi6TA2PfRHsaznOwbz+mCnsmCspgrsn5URh8ssEGtKXOPTIfp1ViVpzdf cvFJZBtknS7Nw+cmfYNQDmlbqWMM9YgC/VWCCEW85caY7eBtquy7BubgI29hGJmreHUl leQQ== MIME-Version: 1.0 X-Received: by 10.140.133.199 with SMTP id 190mr38652685qhf.17.1434383116072; Mon, 15 Jun 2015 08:45:16 -0700 (PDT) Received: by 10.96.37.136 with HTTP; Mon, 15 Jun 2015 08:45:15 -0700 (PDT) Received: by 10.96.37.136 with HTTP; Mon, 15 Jun 2015 08:45:15 -0700 (PDT) In-Reply-To: <012e01d0a781$4f4a17e0$edde47a0$@belski.net> References: <00c501d0a773$f84fee90$e8efcbb0$@belski.net> <557EDF48.9000800@gmx.de> <1434379932.17693.5.camel@kuechenschabe> <012e01d0a781$4f4a17e0$edde47a0$@belski.net> Date: Mon, 15 Jun 2015 22:45:15 +0700 Message-ID: To: Anatol Belski Cc: Christoph Becker , Hannes Magnusson , =?UTF-8?Q?Johannes_Schl=C3=BCter?= , PHP Webmaster ML , PHP Development Content-Type: multipart/alternative; boundary=001a113533901b196d05189058e0 Subject: Re: [PHP-WEBMASTER] RE: [PHP-DEV] PHP7 releases vs Windows Sources? From: pierre.php@gmail.com (Pierre Joye) --001a113533901b196d05189058e0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Jun 15, 2015 10:38 PM, "Anatol Belski" wrote: > > Hi Johannes, > > > -----Original Message----- > > From: Johannes Schl=C3=BCter [mailto:johannes@schlueters.de] > > Sent: Monday, June 15, 2015 4:52 PM > > To: Christoph Becker > > Cc: Hannes Magnusson; Anatol Belski; PHP Development; PHP Webmaster ML > > Subject: Re: [PHP-DEV] PHP7 releases vs Windows Sources? > > > > On Mon, 2015-06-15 at 16:20 +0200, Christoph Becker wrote: > > > Hannes Magnusson wrote: > > > > > > > Then this fix doesn't make any sense -- you are saying if I downloa= d > > > > 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). > > > > "touching" generated files as part of the packaging process is a good idea for all > > platforms. > > > > > 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. > > > > If there is a need for zip archives I'd put them next to tar.gz etc. and distribute > > them via our mirror network. > > > Yep, this could work and were probably proper solution. Except we wouldn't add some issue for the non Windows users :) I'm not sure, why is it done so ATM, probably it has its historical reasons. But this would probably cause us need to update the release process procedure? And, for PHP7 or for any other as well? Currently that zipball is just generated with the build process, so it'll need to be sent over somehow. Were anyway doable, wondering what the other RMs would say. Frankly, I'd leave it as it is - as long as it's reachable and documented. The reason is that we generate zip for binaries, and we just do the same for the src, providing zip archives using the same naming convention. We know many other tools relying on these zip, normalized URLs, so we must keep them. It does not hurt anyone anyway. As of fork, custom patches etc, there is no such thing. Cheers, Pierre --001a113533901b196d05189058e0--