]> granicus.if.org Git - php/commitdiff
Remove old SVN keywords substitutions from the zip tests
authorPeter Kokot <peterkokot@gmail.com>
Wed, 13 Jun 2018 08:05:40 +0000 (10:05 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 16 Jun 2018 10:36:00 +0000 (12:36 +0200)
ext/zip/tests/bug38943_2.phpt
ext/zip/tests/bug53579.phpt
ext/zip/tests/stream_meta_data.phpt

index 95722e35329885799e7dca3663d03830cdbab6f2..01147a1825d4b0aaac1998b178e877d606c4a867 100644 (file)
@@ -2,7 +2,6 @@
 #38943, properties in extended class cannot be set (5.3)
 --SKIPIF--
 <?php
-/* $Id: bug38943_2.phpt 271800 2008-12-24 11:28:25Z pajoye $ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 1d533303b58ced58c6586f7dd88082ac471aba5f..fb7553041dcdf82895140c72dd78fe6e3c3c2797 100644 (file)
@@ -2,7 +2,6 @@
 Bug #53579 (stream_get_contents() segfaults on ziparchive streams)
 --SKIPIF--
 <?php
-/* $Id: oo_stream.phpt 260091 2008-05-21 09:27:41Z pajoye $ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--
index 63f720ad85849a24dbebf6a5e2a2808374a93a9a..11d4d88aeac6e345c90b2a5ba3744150c3ea8033 100644 (file)
@@ -2,7 +2,6 @@
 stream_get_meta_data() on zip stream
 --SKIPIF--
 <?php
-/* $Id: oo_stream.phpt 260091 2008-05-21 09:27:41Z pajoye $ */
 if(!extension_loaded('zip')) die('skip');
 ?>
 --FILE--