pajoye                                   Tue, 06 Dec 2011 13:06:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=320499

Log:
- 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?

Changed paths:
    _U  php/php-src/trunk/ext/phar/tests/005.phpt


Property changes on: php/php-src/trunk/ext/phar/tests/005.phpt
___________________________________________________________________
Modified: svn:eol-style
   - native
   + LF

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to