From: Greg Beaver Date: Thu, 23 Jul 2009 16:40:47 +0000 (+0000) Subject: new phar test for zip with data descriptor in local file header X-Git-Tag: php-5.4.0alpha1~191^2~3008 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8cdac39a5f971a9d6880613f3b2c7fbb8d0e0ab;p=php new phar test for zip with data descriptor in local file header --- diff --git a/ext/phar/tests/zip/bug48791.phpt b/ext/phar/tests/zip/bug48791.phpt new file mode 100644 index 0000000000..45c527188b --- /dev/null +++ b/ext/phar/tests/zip/bug48791.phpt @@ -0,0 +1,15 @@ +--TEST-- +Phar: Bug #48791: open office documents always reported as corrupted by phar extension +--SKIPIF-- + + + +--FILE-- + +===DONE=== +--EXPECT-- + +ÜberschriftName:$$n_fn$$Firma:$$org_name$$Menge:$$#menge$$ +===DONE=== diff --git a/ext/phar/tests/zip/files/test.odt b/ext/phar/tests/zip/files/test.odt new file mode 100644 index 0000000000..c5cefe58ec Binary files /dev/null and b/ext/phar/tests/zip/files/test.odt differ