ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-cvs
php-cvs
[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/exif exif.c
by Marcus Börger other posts by this author
Aug 29 2002 8:35AM messages near this date
[PHP-CVS] cvs: php4 /ext/standard info.c | [PHP-CVS] cvs: php4 /ext/exif exif.c
helly		Thu Aug 29 04:35:48 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/ext/exif	exif.c 
  Log:
  MFH (One zero to much)
  
  
Index: php4/ext/exif/exif.c
diff -u php4/ext/exif/exif.c:1.52.2.9 php4/ext/exif/exif.c:1.52.2.10
--- php4/ext/exif/exif.c:1.52.2.9	Fri Aug 23 15:59:00 2002
+++ php4/ext/exif/exif.c	Thu Aug 29 04:35:47 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: exif.c,v 1.52.2.9 2002/08/23 19:59:00 helly Exp $ */
+/* $Id: exif.c,v 1.52.2.10 2002/08/29 08:35:47 helly Exp $ */
 
 /*	ToDos
  *
@@ -120,7 +120,7 @@
 	php_info_print_table_start();
 	php_info_print_table_row(2, "EXIF Support", "enabled" );
 	php_info_print_table_row(2, "EXIF Version", EXIF_VERSION );
-	php_info_print_table_row(2, "Supported EXIF Version", "02100");
+	php_info_print_table_row(2, "Supported EXIF Version", "0210");
 	php_info_print_table_row(2, "Supported filetypes", "JPEG,TIFF");
 	php_info_print_table_end();
 }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved