Connecting Tech Pros Worldwide Forums | Help | Site Map

exif_read_data...problem with GD!??

point
Guest
 
Posts: n/a
#1: Jul 17 '05
Need some help here.....

I tried to use function exif_read_data() with the example from the manual
and got:

Fatal error: Call to undefined function: exif_read_data() ..

Checked the GD and it's on....what's wrong??

Respect...

point



Andy Hassall
Guest
 
Posts: n/a
#2: Jul 17 '05

re: exif_read_data...problem with GD!??


On Wed, 3 Sep 2003 21:16:04 +0200, "point" <point@caanNOSPAMproduction.com>
wrote:
[color=blue]
>Need some help here.....
>
>I tried to use function exif_read_data() with the example from the manual
>and got:
>
>Fatal error: Call to undefined function: exif_read_data() ..
>
>Checked the GD and it's on....what's wrong??[/color]

exif support isn't part of GD, even though it's in the same manual chapter.
Did you compile with --enable-exif? Is there an exif section in phpinfo()?

exif
EXIF Support enabled
EXIF Version 1.4 $Id: exif.c,v 1.118.2.12 2002/12/23 08:43:13 sesser Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF

See manual, details are in there. http://uk2.php.net/exif_read_data

--
Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk)
Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)
point
Guest
 
Posts: n/a
#3: Jul 17 '05

re: exif_read_data...problem with GD!??


Thanx :))

respect..


"Andy Hassall" <andy@andyh.co.uk> wrote in message
news:bicelv0ikq4a9j07ar7sek6muebojhg789@4ax.com...[color=blue]
> On Wed, 3 Sep 2003 21:16:04 +0200, "point"[/color]
<point@caanNOSPAMproduction.com>[color=blue]
> wrote:
>[color=green]
> >Need some help here.....
> >
> >I tried to use function exif_read_data() with the example from the manual
> >and got:
> >
> >Fatal error: Call to undefined function: exif_read_data() ..
> >
> >Checked the GD and it's on....what's wrong??[/color]
>
> exif support isn't part of GD, even though it's in the same manual[/color]
chapter.[color=blue]
> Did you compile with --enable-exif? Is there an exif section in phpinfo()?
>
> exif
> EXIF Support enabled
> EXIF Version 1.4 $Id: exif.c,v 1.118.2.12 2002/12/23 08:43:13 sesser Exp[/color]
$[color=blue]
> Supported EXIF Version 0220
> Supported filetypes JPEG,TIFF
>
> See manual, details are in there. http://uk2.php.net/exif_read_data
>
> --
> Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk)
> Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)[/color]


Closed Thread