Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60178 invoked from network); 10 Apr 2012 18:50:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2012 18:50:45 -0000 Authentication-Results: pb1.pair.com header.from=glopes@nebm.ist.utl.pt; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=glopes@nebm.ist.utl.pt; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nebm.ist.utl.pt from 193.136.128.22 cause and error) X-PHP-List-Original-Sender: glopes@nebm.ist.utl.pt X-Host-Fingerprint: 193.136.128.22 smtp2.ist.utl.pt Linux 2.6 Received: from [193.136.128.22] ([193.136.128.22:59114] helo=smtp2.ist.utl.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/24-38506-401848F4 for ; Tue, 10 Apr 2012 14:50:45 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.ist.utl.pt (Postfix) with ESMTP id 4E7C970003E6 for ; Tue, 10 Apr 2012 19:50:41 +0100 (WEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at ist.utl.pt Received: from smtp2.ist.utl.pt ([127.0.0.1]) by localhost (smtp2.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id 3nGxTA-3J4Ld for ; Tue, 10 Apr 2012 19:50:41 +0100 (WEST) Received: from mail2.ist.utl.pt (mail.ist.utl.pt [IPv6:2001:690:2100:1::8]) by smtp2.ist.utl.pt (Postfix) with ESMTP id 0AD5370003E1 for ; Tue, 10 Apr 2012 19:50:41 +0100 (WEST) Received: from cataphract.cata.lo.geleia.net (a79-168-248-114.cpe.netcabo.pt [79.168.248.114]) (Authenticated sender: ist155741) by mail2.ist.utl.pt (Postfix) with ESMTPSA id EE51220073A1 for ; Tue, 10 Apr 2012 19:50:40 +0100 (WEST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: internals@lists.php.net References: <062d97234afa5d35f307cde3f3551a9d.squirrel@webmail.klapt.com> <4F844631.7080308@sugarcrm.com> <5cd7597e1b7d2bd7afa81069ce08e2a2.squirrel@webmail.klapt.com> <4F84623E.6070104@sugarcrm.com> <4F846EB5.1000509@sugarcrm.com> Date: Tue, 10 Apr 2012 19:48:20 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Organization: =?utf-8?Q?N=C3=BAcleo_de_Eng=2E_Biom=C3=A9di?= =?utf-8?Q?ca_do_IST?= Message-ID: In-Reply-To: <4F846EB5.1000509@sugarcrm.com> User-Agent: Opera Mail/11.62 (Win32) Subject: Re: [PHP-DEV] Re: Fileinfo fixes for windows From: glopes@nebm.ist.utl.pt ("Gustavo Lopes") On Tue, 10 Apr 2012 18:32:37 +0100, Stas Malyshev wrote: >> On another area, we cruelly need: >> >> http://nebm.ist.utl.pt/~glopes/misc/lf_phpt >> >> applied to all branches, incl. 5.3.11/5.4.1. > > I'm not sure I understand what is that and why we can't release 5.4.1 > without it? I see a list of files in that link - what are these files, > what is supposed to be done with them? Those were the files with svn:eol-style = LF in SVN. I've committed a change to .gitattributes that disables EOL conversion in those files. I'm told this could also be accomplished with a eol=lf attribute. See https://github.com/php/php-src/commit/112a476b683a634390b23fe7509d5b73632d0829 (5.4 and master) and https://github.com/php/php-src/commit/1c8fccdf6d6d04d8e6a5dedd7c9d6b1afda8839f (5.3) -- Gustavo Lopes