PDA

View Full Version : PHP EXIF support?




alex_ant
Jul 12, 2002, 08:47 AM
Hi,

Does anyone know if the version of PHP included with OS X 10.1.5 has EXIF support compiled in? Or do I need to download and compile it with --with-exif myself? The reason I ask is, I'm experimenting with two different web picture albums, phpix and Gallery, and neither of them want to display exif data even when I have jhead installed. (Yes, I'm sure that there is EXIF data in the images.) Any help would be appreciated.



Choppaface
Jul 12, 2002, 04:59 PM
i think 10.1.5 comes with 4.1.x. not sure, but I just grabbed the 4.2.x module here: http://www.entropy.ch/software/macosx/php/ and it works great
(although I haven't done anything with the new exif functions other than confuse it by throwing images w/out exif data at it...oops :D)

alex_ant
Jul 13, 2002, 10:07 AM
I downloaded/installed that version and it seems to work now... merci beaucoup!