From c6d72040bb270ba6efd6118d5c97a145a9560966 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 6 Dec 2011 11:58:05 +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