summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-01-28 06:56:43 +0000
committerSVN Migration <svn@php.net>2003-01-28 06:56:43 +0000
commite07672dfa4c9fde6149334294c65d95cb48d95b7 (patch)
tree9c731d6bc0e2c976620bf897ea6749eb092f0784
parent5a0738d82d178d70c8670962856a9256a39a52fc (diff)
downloadphp-git-e07672dfa4c9fde6149334294c65d95cb48d95b7.tar.gz
This commit was manufactured by cvs2svn to create tagPHP_4_3_before_13561_fix
'PHP_4_3_before_13561_fix'.
-rw-r--r--ext/standard/tests/image/test1pix.jp2bin243 -> 0 bytes
-rw-r--r--pear/tests/osguess.php6
2 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/image/test1pix.jp2 b/ext/standard/tests/image/test1pix.jp2
deleted file mode 100644
index 8a1172e10d..0000000000
--- a/ext/standard/tests/image/test1pix.jp2
+++ /dev/null
Binary files differ
diff --git a/pear/tests/osguess.php b/pear/tests/osguess.php
deleted file mode 100644
index b8356a53a8..0000000000
--- a/pear/tests/osguess.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-include dirname(__FILE__)."/../OS/Guess.php";
-$os =& new OS_Guess;
-print $os->getSignature() . "\n";
-