From d2f0340f11fee08de5c256a377dcba166a6e3124 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 6 Dec 2011 13:06:22 +0000 Subject: [PATCH] - 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? -- 2.50.1