In php .zip that you can download from php.net there are two extensions that
you need to enable in order to get exif to work.

Add to your php.ini (in this order)
extension=php_mbstring.dll
extension=php_exif.dll

Edin

"Rob Aldred" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> i am trying to use the exif functions for and image directory, i want to
> display advanced header attributes such as shutter speed and color depth.
>
> I run my own windows servers, installed with plesk.
> it would appear the binary included with plesk doesnt have exif
compiled...
>
> iv never compiled a version myself before... does the binary archive on
> php.net have exif enabled for windows?
>
> Cheers
> Rob

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to