summaryrefslogtreecommitdiff
path: root/ext/exif
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif')
-rw-r--r--ext/exif/tests/002.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/exif/tests/002.phpt b/ext/exif/tests/002.phpt
index d52ba67e53..6bc0bee463 100644
--- a/ext/exif/tests/002.phpt
+++ b/ext/exif/tests/002.phpt
@@ -4,6 +4,8 @@ Check for exif_thumbnail
<?php if (!extension_loaded("exif")) print "skip";?>
--INI--
magic_quotes_runtime=0
+output_handler =
+zlib.output_compression = Off
--FILE--
<?php
/*
@@ -11,7 +13,6 @@ magic_quotes_runtime=0
test2.jpg is the same image but contains Exif/Comment information and a
copy of test1.jpg as a thumbnail.
*/
-if (function_exists("ob_end_clean")) ob_end_clean();
$infile= './ext/exif/tests/test1.jpg';
$fp = fopen($infile,'rb');
$image = fread($fp,filesize($infile));