]> granicus.if.org Git - php/commitdiff
Remove unused Git ident attributes from zip extension
authorPeter Kokot <peterkokot@gmail.com>
Tue, 26 Jun 2018 22:51:02 +0000 (00:51 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Fri, 27 Jul 2018 13:49:34 +0000 (15:49 +0200)
$Id attributes were used with SVN. With Git most of the Git ident
attributes in source code files are not used anymore.

46 files changed:
ext/zip/config.m4
ext/zip/config.w32
ext/zip/examples/im.php
ext/zip/examples/odt.php
ext/zip/tests/bug11216.phpt
ext/zip/tests/bug14962.phpt
ext/zip/tests/bug47667.phpt
ext/zip/tests/bug49072.phpt
ext/zip/tests/bug64342_1-mb.phpt
ext/zip/tests/bug64342_1.phpt
ext/zip/tests/bug7214.phpt
ext/zip/tests/bug72258.phpt
ext/zip/tests/bug7658.phpt
ext/zip/tests/bug8009.phpt
ext/zip/tests/bug8700.phpt
ext/zip/tests/oo_addemptydir.phpt
ext/zip/tests/oo_addfile.phpt
ext/zip/tests/oo_addglob.phpt
ext/zip/tests/oo_addpattern.phpt
ext/zip/tests/oo_close.phpt
ext/zip/tests/oo_count.phpt
ext/zip/tests/oo_delete.phpt
ext/zip/tests/oo_encryption.phpt
ext/zip/tests/oo_ext_zip.phpt
ext/zip/tests/oo_externalattributes.phpt
ext/zip/tests/oo_extract.phpt
ext/zip/tests/oo_getcomment.phpt
ext/zip/tests/oo_getnameindex.phpt
ext/zip/tests/oo_namelocate.phpt
ext/zip/tests/oo_open.phpt
ext/zip/tests/oo_properties.phpt
ext/zip/tests/oo_rename.phpt
ext/zip/tests/oo_setcomment.phpt
ext/zip/tests/oo_setcompression.phpt
ext/zip/tests/oo_stream.phpt
ext/zip/tests/utils.inc
ext/zip/tests/zip_close.phpt
ext/zip/tests/zip_entry_close.phpt
ext/zip/tests/zip_entry_compressedsize.phpt
ext/zip/tests/zip_entry_compressionmethod.phpt
ext/zip/tests/zip_entry_filesize.phpt
ext/zip/tests/zip_entry_name.phpt
ext/zip/tests/zip_entry_open.phpt
ext/zip/tests/zip_entry_read.phpt
ext/zip/tests/zip_open.phpt
ext/zip/tests/zip_read.phpt

index afca4efc9fcb8ceeaba78cdc7ca8ddf038d05abd..740e5a8b3dc061c2b337ebf56e39d81f952eb88c 100644 (file)
@@ -1,6 +1,4 @@
-dnl
-dnl $Id$
-dnl
+dnl config.m4 for extension zip
 
 PHP_ARG_ENABLE(zip, for zip archive read/writesupport,
 [  --enable-zip            Include Zip read/write support])
index 74da33467b98f2fa07c35c386a6c660eb3313295..17fbbc980626478577397d97684e68eb4ec8b4f9 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 // vim:ft=javascript
 
 ARG_ENABLE("zip", "ZIP support", "yes");
index 3721434054d19f4c92d52f2f86cffa4a05f34681..e954576ad68ede76f2b35a2549bd4314a3a534f5 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* $Id$ */
+
 $im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif');
 imagepng($im, 'a.png');
 
index c829f123433e9b13ed1acaec24978452d0a44a4d..195c781e33d2596779827d4ec6e6153d312904ff 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* $Id$ */
+
 $reader = new XMLReader();
 
 $reader->open('zip://' . dirname(__FILE__) . '/test.odt#meta.xml');
index 7601e6af85a86d583588d0eca0c2f01091e963d7..e6f76af2187d8dcd10d740706b8573bba181d8ee 100644 (file)
@@ -2,7 +2,6 @@
 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
  ?>
 --FILE--
index 0006fd4b683034ebbbba280487ba0692c5478ad1..63a63b6eb9223698e0860e771a494515ae772f0e 100644 (file)
@@ -2,7 +2,6 @@
 Bug #14962 (::extractTo second argument is not really optional)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 9c17de6f9b3f458c892ef84e582625c12e7912be..749a5ef6b895a96c6a4ad63c4fbf5406142fcecb 100644 (file)
@@ -2,7 +2,6 @@
 Bug #47667 (ZipArchive::OVERWRITE seems to have no effect)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 04bd06e4add650065db0ff379013c30a2738b3fb..2ad727d9050bcdd75d2ab8f715158ff2734f0eb2 100644 (file)
@@ -2,7 +2,6 @@
 Bug #49072 (feof never returns true for damaged file in zip)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 4ba564ee1e74a9f6cab27b15a768298decf46590..a4525f0cc83a334bb8920ddc62fab09a165f5a66 100644 (file)
@@ -2,7 +2,6 @@
 Bug #64342 ZipArchive::addFile() has to check file existence (variation 2)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 1463170e7ef147960fe76f6abba841e02979fa78..d1d0f4993195e5f31da147400642dbe7542556ff 100644 (file)
@@ -2,7 +2,6 @@
 Bug #64342 ZipArchive::addFile() has to check file existence (variation 2)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index f791b7940dda715845b186e53779d82bf0f06450..02455fa42124b71a90daca5a1f9390e35bbaaf48 100644 (file)
@@ -2,7 +2,6 @@
 Bug #7214 (zip_entry_read() binary safe)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
  ?>
 --FILE--
index 87ba6184507f4e5f56ead1a0f5b7fd6f02f23a4e..6ab5c5ee7e03b135f165635680b4403faa929f5e 100644 (file)
@@ -2,7 +2,6 @@
 Bug #72258 ZipArchive converts filenames to unrecoverable form
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 6a873c2043f3f1a126d5279b81e509bed1604269..a09848a679e2dbf3cd8303b128272487b334f5b3 100644 (file)
@@ -2,7 +2,6 @@
 Bug #7658 (modify archive with general bit flag 3 set)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 5dd363d2da0bac9557f1381e2572fb503ef68ce5..a5c023288bdedc3feb2a0f4bc83a2680c94f6895 100644 (file)
@@ -2,7 +2,6 @@
 Bug #8009 (cannot add again same entry to an archive)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index c394cf0bec188f15aad7488226bff3c3dbd0c9dc..280097c926815dcbdcc0b1b1814ae0d8e3601f2a 100644 (file)
@@ -2,7 +2,6 @@
 Bug #8700 (getFromIndex(0) fails)
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 7e739008ccbcff75e388109b2b32623216ddd90d..271410b938988aeaae0c1f6a7ef736b470d0fe95 100644 (file)
@@ -2,7 +2,6 @@
 ziparchive::addEmptyDir
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 2c85255068741a6f422ce1aa8148f77269542249..b41e3dbf2c16ccfd0be939d377da929285dc7ba9 100644 (file)
@@ -2,7 +2,6 @@
 ziparchive::addFile() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index d9fab950605a6a813e6adbfa80473bf9e23121a7..ea21f0161aeb9ed2589c5a560239509a806da1b7 100644 (file)
@@ -6,7 +6,6 @@ w/Kenzo over the shoulder
 #phptek Chicago 2014
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 if(!defined("GLOB_BRACE")) die ('skip');
 ?>
index ce31dd26d6d8024b166a47399550d539ea389ca8..73806d5a56bdde5cb2d09f000722b58d2f4b303c 100644 (file)
@@ -6,7 +6,6 @@ w/Kenzo over the shoulder
 #phptek Chicago 2014
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index d2b743db9cb38acac030002fa1630e8e7ebe1816..46ecfaf43a40d8dc8eb68c68b77196cd9c35346b 100644 (file)
@@ -2,7 +2,6 @@
 zip::close() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 7d646ceacfd56ae85d5bb1af5399645ca8031299..a553e171562b09cfbeef2b3acb944e86573a4c0c 100644 (file)
@@ -2,7 +2,6 @@
 ziparchive::count()
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index ccc75b48675a31c7a1a79740f2b99b947ca2bbed..20e1f38fda4ef5a3245f7f0178f0bd39e273b5a5 100644 (file)
@@ -2,7 +2,6 @@
 Delete entries
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index b703611667fba0b3583360c876b6a6d58717dbac..fb5caef49589dfba9c478bd373bdf7329ebe785e 100644 (file)
@@ -2,7 +2,6 @@
 ZipArchive::setEncryption*() functions
 --SKIPIF--
 <?php
-/* $Id$ */
 if (!extension_loaded('zip')) die('skip');
 if (!method_exists('ZipArchive', 'setEncryptionName')) die('skip encrytion not supported');
 ?>
index bebce8cf16c5338e60e62d36b5fd8e070c95bcc7..d35094daeb04f3eec05037ec26067bf18f930804 100644 (file)
@@ -2,7 +2,6 @@
 Extending Zip class and array property
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 8f53e99a61c0c8e03405cac0435680cc204458e4..7527a5582d1984d98af9a6cefb825b3432421536 100644 (file)
@@ -2,7 +2,6 @@
 ZipArchive::*ExternalAttributes*() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if (!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 755d7ae90614489ebc5419205b5a4b9f3d7f18c4..ef3e3406f3f8e56cb66761abee11ae8a43c38bfa 100644 (file)
@@ -2,7 +2,6 @@
 extractTo
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index d05385c7dffceabf9681010110ada57f90de4dff..c6b505828dd2b087724af19245a7474c8046e971 100644 (file)
@@ -2,7 +2,6 @@
 getComment
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 9f501204fa982e7b5663db9fa62aa5681b12b49f..aa96b4cfbedb5d7f167dbf6d6b60a0bc7fbb18cd 100644 (file)
@@ -2,7 +2,6 @@
 getNameIndex
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index ea800130a88153277e28ca2f575c43aaafdccd2b..17f3cb9c2870823813abb186468b1429fb5036da 100644 (file)
@@ -2,7 +2,6 @@
 Locate entries by name
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 0760db34c44cf018fc0f8d0d5349bac607674a2d..0b33cfb4895f9af4fd3c91067e52f4eaf3fa086f 100644 (file)
@@ -2,7 +2,6 @@
 zip::open() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 886317b57bbe9175b46d825d42b9414434676fbf..4fa38dd1005c53bbd7fbcfa89e7c4376d54102b2 100644 (file)
@@ -2,7 +2,6 @@
 ziparchive::properties isset()/empty() checks
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index dbb80fa1e28d208a21d7e6754aebbadf6fc81823..fe54fd812baccd9fa5caa5f1d6b8eed36ff1f0cf 100644 (file)
@@ -2,7 +2,6 @@
 Rename entries
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index f6469c9524b5e4d5c1eb4240410da11e27adbdab..01350842536f549aa425bf6d37d6f3b512d57004 100644 (file)
@@ -2,7 +2,6 @@
 setComment
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 8a746a83d73d4cfc151eaab0a03b25110a44aee1..4ea96acfa347373d239b2eed779e3aa997729915 100644 (file)
@@ -2,7 +2,6 @@
 setCompressionName and setCompressionIndex methods
 --SKIPIF--
 <?php
-/* $Id$ */
 if (!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 126e78f6f7f53a05eef007cf928fa6015aaa0840..83fe7e84667ca88b418a2679e1fafdfcc993ea87 100644 (file)
@@ -2,7 +2,6 @@
 getStream
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 02e37f6d544fa5fdea86482d259973e397cbb926..c7cd2a8b0b7760916fa147d0c8fe7278da3f8c22 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* $Id$ */
+
 function dump_entries_name($z) {
        for($i=0; $i<$z->numFiles; $i++) {
            $sb = $z->statIndex($i);
index 7f9d09ae368de76ac3184684d451b7b09433ecab..d95f6da3c2cd7c145251d713365720df1d24c109 100644 (file)
@@ -2,7 +2,6 @@
 zip_close() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 20e2123401fd47d093faec9c82948a8a31bf29d6..aed4acc6619ed9537bd2cdf827c74dd555cb85e7 100644 (file)
@@ -2,7 +2,6 @@
 zip_entry_close() function: simple and double call
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index fefa6e59770f114a4a67bde196d0804525e76eed..cc59a0e31840b1fedae2f80dae72ea6b0326ad35 100644 (file)
@@ -2,7 +2,6 @@
 zip_entry_compressedsize() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index cabdbb797f8070252e20d9b0915dc20a3e73879c..966bdf1b3475ac9bc82fbb1dad6f5dca7fe97702 100644 (file)
@@ -2,7 +2,6 @@
 zip_entry_compressionmethod() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index b8d8820b642afe7f5b086ce837d737c212875fc6..db69bbf61afc8c37465fae7b0e02fb8653833121 100644 (file)
@@ -2,7 +2,6 @@
 zip_entry_filesize() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 1916e25dac8b118cdc9258c932dbb3c1897e24b5..91b6f5c82e085a7bd841a8ced2ce0203686161da 100644 (file)
@@ -2,7 +2,6 @@
 zip_entry_name() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index c32fe57407e2146dd630d2c3a5beab884da268b1..9b7a3883233c36da3d42365216c884e7830a63e2 100644 (file)
@@ -2,7 +2,6 @@
 zip_entry_open() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index d876f03fb51ca421914cd8f5a0e4c2288fd8a94e..bb136ceef11e8aefde67d6bfe662a5f2e625164a 100644 (file)
@@ -2,7 +2,6 @@
 zip_entry_read() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 91474bc6fd2657f280974935d15b65452b7d8e53..6b176532ce09f0d5653e781d8b2c343fc10c9ba6 100644 (file)
@@ -2,7 +2,6 @@
 zip_open() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 5cadb2d1efeebac43debedc95bd3e2ce729dc44c..743ab05626ca8376031b0ff9b71d0037d1c9d774 100644 (file)
@@ -2,7 +2,6 @@
 zip_read() function
 --SKIPIF--
 <?php
-/* $Id$ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--