sniper          Mon Oct 10 01:55:47 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/exif/tests     bug34704.phpt 
  Log:
  extra spaces removed
  
http://cvs.php.net/diff.php/php-src/ext/exif/tests/bug34704.phpt?r1=1.1.6.2&r2=1.1.6.3&ty=u
Index: php-src/ext/exif/tests/bug34704.phpt
diff -u php-src/ext/exif/tests/bug34704.phpt:1.1.6.2 
php-src/ext/exif/tests/bug34704.phpt:1.1.6.3
--- php-src/ext/exif/tests/bug34704.phpt:1.1.6.2        Sun Oct  9 10:40:01 2005
+++ php-src/ext/exif/tests/bug34704.phpt        Mon Oct 10 01:55:44 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));
 ?>
@@ -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

Reply via email to