This commit is contained in:
foobar 2005-10-10 05:56:53 +00:00
parent e63632d234
commit 146b1a3928

View file

@ -1,5 +1,5 @@
--TEST--
Bug # 34704 (Infinite recursion due to corrupt JPEG)
Bug #34704 (Infinite recursion due to corrupt JPEG)
--SKIPIF--
<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
--INI--
@ -8,7 +8,6 @@ output_handler=
zlib.output_compression=0
--FILE--
<?php
$infile = dirname(__FILE__).'/bug34704.jpg';
var_dump(exif_read_data($infile));
?>
@ -18,7 +17,7 @@ array(7) {
["FileName"]=>
string(12) "bug34704.jpg"
["FileDateTime"]=>
int(1128866682)
int(%d)
["FileSize"]=>
int(9976)
["FileType"]=>
@ -41,4 +40,4 @@ array(7) {
int(0)
}
}
===DONE===
===DONE===