diff options
Diffstat (limited to 'ext/zip/tests/zip_entry_compressedsize.phpt')
-rw-r--r-- | ext/zip/tests/zip_entry_compressedsize.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/zip_entry_compressedsize.phpt b/ext/zip/tests/zip_entry_compressedsize.phpt index 29f305cc6..fefa6e597 100644 --- a/ext/zip/tests/zip_entry_compressedsize.phpt +++ b/ext/zip/tests/zip_entry_compressedsize.phpt @@ -2,7 +2,7 @@ zip_entry_compressedsize() function --SKIPIF-- <?php -/* $Id: zip_entry_compressedsize.phpt 260091 2008-05-21 09:27:41Z pajoye $ */ +/* $Id$ */ if(!extension_loaded('zip')) die('skip'); ?> --FILE-- |