]> granicus.if.org Git - php/commitdiff
- force LF as EOL as the code expects it.
authorPierre Joye <pajoye@php.net>
Tue, 6 Dec 2011 11:58:05 +0000 (11:58 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 6 Dec 2011 11:58:05 +0000 (11:58 +0000)
  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?


No differences found