From: Pierre Joye Date: Tue, 6 Dec 2011 11:58:05 +0000 (+0000) Subject: - force LF as EOL as the code expects it. X-Git-Tag: php-5.4.0RC3~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6d72040bb270ba6efd6118d5c97a145a9560966;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? ---