exif_read_data...problem with GD!??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • point

    exif_read_data...problem with GD!??

    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

    #2
    Re: exif_read_data. ..problem with GD!??

    On Wed, 3 Sep 2003 21:16:04 +0200, "point" <point@caanNOSP AMproduction.co m>
    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)

    Comment

    • point

      #3
      Re: exif_read_data. ..problem with GD!??

      Thanx :))

      respect..


      "Andy Hassall" <andy@andyh.co. uk> wrote in message
      news:bicelv0ikq 4a9j07ar7sek6mu ebojhg789@4ax.c om...[color=blue]
      > On Wed, 3 Sep 2003 21:16:04 +0200, "point"[/color]
      <point@caanNOSP AMproduction.co m>[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]


      Comment

      Working...