EXIF in PHP?

EXIF in PHP?

Posted by: aristoncc
Posted on: 2005-10-24 16:18:00

I am running a the folderBlog photoblog software and I'm trying to get the EXIF data to show up on my digital photos that I upload. Does anyone know if EXIF is compiled into the version of php on DreamHost?

Here's the photoblog, but the exif info is blank: http://www.freneticphoto.com/gallery/fb.php

Ariston Collander

Re: EXIF in PHP?

Posted by: ardco
Posted on: 2005-10-24 18:55:00

> know if EXIF is compiled into the version of php on DreamHost?

Yes, at least on my shared server. From phpinfo:

Configure Command, includes:
'--enable-exif'
'--with-gd'


EXIF Support enabled
EXIF Version 1.4 $Id: exif.c,v 1.118.2.29 2004/11/10 01:44:58 iliaa Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF

GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

Good luck,

BobS

Re: EXIF in PHP?

Posted by: doeleman
Posted on: 2005-10-25 02:46:00

According to my phpinfo()-page is EXIF compiled (and working) for php4 running as an Apache module and php5, but not for php4 running as CGI.

You can either change your server settings, or try to get support to fix the problem.



Re: EXIF in PHP?

Posted by: ardco
Posted on: 2005-10-25 17:36:00


I remember that page. It's the one that slips us your referral cookie without any warning. Nice. :-)

Cheers,

BobS

Tags: phpdreamhostphotoblogexif datauploadrunninghttp