>From http://us2.php.net/exif
Requirements Your PHP must be compiled in with --enable-exif. PHP does not require any additional library for the exif module. Windows users must also have the mbstring extension enabled. Installation To enable exif-support configure PHP with --enable-exif Windows users must enable both the php_mbstring.dll and php_exif.dll DLL's in php.ini. The php_mbstring.dll DLL must be loaded before the php_exif.dll DLL so adjust your php.ini accordingly. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of tedd Sent: Sunday, December 17, 2006 2:22 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Reading Photo Information At 8:58 AM -0800 12/16/06, Jeff Knight wrote: >http://www.nyphp.org/content/presentations/GDintro/gd27.php > It might be an obvious question to some, but according the docs, the exif_read_data() function is supposed to be available for php 4 and greater. However, I'm using php 4.3.11 and when I use it, I get a Fatal Error that exif_read_data() is an undefined function. Is there a library or something I'm supposed to add to be able to use this function? Suggestions? tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php