summaryrefslogtreecommitdiff
path: root/ext/zip/tests/bug11216.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/bug11216.phpt')
-rw-r--r--ext/zip/tests/bug11216.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/bug11216.phpt b/ext/zip/tests/bug11216.phpt
index 576e321b1..7601e6af8 100644
--- a/ext/zip/tests/bug11216.phpt
+++ b/ext/zip/tests/bug11216.phpt
@@ -2,7 +2,7 @@
Bug #11216 (::addEmptyDir() crashes when the directory already exists)
--SKIPIF--
<?php
-/* $Id: bug11216.phpt 273126 2009-01-08 22:03:32Z tony2001 $ */
+/* $Id$ */
if(!extension_loaded('zip')) die('skip');
?>
--FILE--