From: Pierre Joye Date: Tue, 6 Dec 2011 13:06:22 +0000 (+0000) Subject: - force LF as EOL as the code expects it. X-Git-Tag: php-5.5.0alpha1~760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2f0340f11fee08de5c256a377dcba166a6e3124;p=php - force LF as EOL as the code expects it. however it sounds like a bug in the implementation phar.c:720 if (4 != php_stream_read(fp, buffer, 4)) { MAPPHAR_ALLOC_FAIL("internal corruption of phar \"%s\" (truncated manifest at manifest length)") } that code will fail if non LF eol are used. Or does phar supports only LF? ---