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