exif_read_data()

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

    exif_read_data()

    I've read on earlier posts that PHP has to be compiled with "--enable-exif"
    in order for this function to be available and that it will appear in the
    phpinfo() screen display. I maintain files on two different linux servers
    and neither appears to have this function available; is it supposed to
    appear in its own section like gd and mysql?

    And, how does one go about compiling PHP on a Windows XP box to make this
    function available?

    Thank you in advance,

    Tom


  • Andy Hassall

    #2
    Re: exif_read_data( )

    On Thu, 5 Feb 2004 15:28:01 -0500, "Tom" <lynchtf@nospam hotmail.com> wrote:
    [color=blue]
    >I've read on earlier posts that PHP has to be compiled with "--enable-exif"
    >in order for this function to be available and that it will appear in the
    >phpinfo() screen display. I maintain files on two different linux servers
    >and neither appears to have this function available; is it supposed to
    >appear in its own section like gd and mysql?[/color]

    Yes.

    exif
    EXIF Support enabled
    EXIF Version 1.4 $Id: exif.c,v 1.118.2.25 2003/09/22 23:28:07 iliaa Exp $
    Supported EXIF Version 0220
    Supported filetypes JPEG,TIFF
    [color=blue]
    >And, how does one go about compiling PHP on a Windows XP box to make this
    >function available?[/color]

    Don't need to. The Windows .zip package comes with php_exif.dll; just load it
    using an 'extension' statement in php.ini.

    --
    Andy Hassall <andy@andyh.co. uk> / Space: disk usage analysis tool
    <http://www.andyh.co.uk > / <http://www.andyhsoftwa re.co.uk/space>

    Comment

    Working...