[PHP-CVS] cvs: php4 /ext/exif config.m4
by Derick Rethans other posts by this author
Aug 29 2002 5:36AM messages near this date
[PHP-CVS] cvs: php4 /ext/exif exif.c
|
Re: [PHP-CVS] cvs: php4 /ext/exif config.m4
derick Thu Aug 29 01:36:42 2002 EDT
Modified files:
/php4/ext/exif config.m4
Log:
- EXIF is about meta data from images, not for digital cameras
Index: php4/ext/exif/config.m4
diff -u php4/ext/exif/config.m4:1.6 php4/ext/exif/config.m4:1.7
--- php4/ext/exif/config.m4:1.6 Wed Aug 28 20:55:24 2002
+++ php4/ext/exif/config.m4 Thu Aug 29 01:36:42 2002
@@ -1,11 +1,11 @@
dnl
-dnl $Id: config.m4,v 1.6 2002/08/29 00:55:24 sniper Exp $
+dnl $Id: config.m4,v 1.7 2002/08/29 05:36:42 derick Exp $
dnl
-PHP_ARG_ENABLE(exif, whether to enable EXIF (digital camera) support,
-[ --enable-exif Enable EXIF (digital camera) support])
+PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support,
+[ --enable-exif Enable EXIF (metadata from images) support])
if test "$PHP_EXIF" != "no"; then
- AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (digital camera) support])
+ AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Derick Rethans
Marcus =?iso-8859-1?Q?B=F6rger?=
Marcus =?iso-8859-1?Q?B=F6rger?=
|