diff options
author | Ondřej Surý <ondrej@sury.org> | 2010-10-21 08:52:46 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2010-10-21 08:52:46 +0200 |
commit | 01fcdff3849c3691d9aaeaab735846ab6d8895ca (patch) | |
tree | 6460876d356113fa7053df36f2aa00baa7db24a9 /ext/zip/tests | |
parent | 855a09f4eded707941180c9d90acd17c25e29447 (diff) | |
download | php-upstream/5.3.3.tar.gz |
Imported Upstream version 5.3.3upstream/5.3.3
Diffstat (limited to 'ext/zip/tests')
-rw-r--r-- | ext/zip/tests/bug47667.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/bug47667.phpt b/ext/zip/tests/bug47667.phpt index cdbf604d8..e1084c45b 100644 --- a/ext/zip/tests/bug47667.phpt +++ b/ext/zip/tests/bug47667.phpt @@ -2,7 +2,7 @@ Bug #47667 (ZipArchive::OVERWRITE seems to have no effect) --SKIPIF-- <?php -/* $Id: bug47667.phpt 294522 2010-02-04 10:09:25Z pajoye $ */ +/* $Id: bug47667.phpt 294321 2010-02-01 19:30:32Z pajoye $ */ if(!extension_loaded('zip')) die('skip'); ?> --FILE-- |