summaryrefslogtreecommitdiff
path: root/ext/zip/tests/oo_addfile.phpt
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-27 00:51:02 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-07-27 15:49:34 +0200
commit0eabd5231b37105fd99b75cfb8c98735e5a3f83f (patch)
treea60ff421205cce2ccbe19fad6bb90c0f743a4386 /ext/zip/tests/oo_addfile.phpt
parent1359ff8052bb82b352e29f87e80310bda38cf319 (diff)
downloadphp-git-0eabd5231b37105fd99b75cfb8c98735e5a3f83f.tar.gz
Remove unused Git ident attributes from zip extension
$Id attributes were used with SVN. With Git most of the Git ident attributes in source code files are not used anymore.
Diffstat (limited to 'ext/zip/tests/oo_addfile.phpt')
-rw-r--r--ext/zip/tests/oo_addfile.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/tests/oo_addfile.phpt b/ext/zip/tests/oo_addfile.phpt
index 2c85255068..b41e3dbf2c 100644
--- a/ext/zip/tests/oo_addfile.phpt
+++ b/ext/zip/tests/oo_addfile.phpt
@@ -2,7 +2,6 @@
ziparchive::addFile() function
--SKIPIF--
<?php
-/* $Id$ */
if(!extension_loaded('zip')) die('skip');
?>
--FILE--