sniper Mon Oct 10 01:58:01 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/ext/exif/tests bug34704.phpt
Log:
MFH: fix test
http://cvs.php.net/diff.php/php-src/ext/exif/tests/bug34704.phpt?r1=1.1.2.2&r2=1.1.2.3&ty=u
Index: php-src/ext/exif/tests/bug34704.phpt
diff -u php-src/ext/exif/tests/bug34704.phpt:1.1.2.2
php-src/ext/exif/tests/bug34704.phpt:1.1.2.3
--- php-src/ext/exif/tests/bug34704.phpt:1.1.2.2 Sun Oct 9 10:36:25 2005
+++ php-src/ext/exif/tests/bug34704.phpt Mon Oct 10 01:58:01 2005
@@ -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 @@
zlib.output_compression=0
--FILE--
<?php
-
$infile = dirname(__FILE__).'/bug34704.jpg';
var_dump(exif_read_data($infile));
?>
@@ -18,7 +17,7 @@
["FileName"]=>
string(12) "bug34704.jpg"
["FileDateTime"]=>
- int(1128866682)
+ int(%d)
["FileSize"]=>
int(9976)
["FileType"]=>
@@ -41,4 +40,4 @@
int(0)
}
}
-===DONE===
\ No newline at end of file
+===DONE===
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php