summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-13 10:05:40 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-06-16 12:36:00 +0200
commit0bd3fecbcbd37f63063155163f64e0591f4761ea (patch)
treefb7ac0e709b48f483c959f2b139e1c986904eb26
parent19af5e471f8e50332f486fb43012f958a9c8b014 (diff)
downloadphp-git-0bd3fecbcbd37f63063155163f64e0591f4761ea.tar.gz
Remove old SVN keywords substitutions from the zip tests
-rw-r--r--ext/zip/tests/bug38943_2.phpt1
-rw-r--r--ext/zip/tests/bug53579.phpt1
-rw-r--r--ext/zip/tests/stream_meta_data.phpt1
3 files changed, 0 insertions, 3 deletions
diff --git a/ext/zip/tests/bug38943_2.phpt b/ext/zip/tests/bug38943_2.phpt
index 95722e3532..01147a1825 100644
--- a/ext/zip/tests/bug38943_2.phpt
+++ b/ext/zip/tests/bug38943_2.phpt
@@ -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--
diff --git a/ext/zip/tests/bug53579.phpt b/ext/zip/tests/bug53579.phpt
index 1d533303b5..fb7553041d 100644
--- a/ext/zip/tests/bug53579.phpt
+++ b/ext/zip/tests/bug53579.phpt
@@ -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--
diff --git a/ext/zip/tests/stream_meta_data.phpt b/ext/zip/tests/stream_meta_data.phpt
index 63f720ad85..11d4d88aea 100644
--- a/ext/zip/tests/stream_meta_data.phpt
+++ b/ext/zip/tests/stream_meta_data.phpt
@@ -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--