Hi Rob,

The exif extension is provided as a dll file on Win32. You need to load it
from php.ini (extension=php_exif.dll) or from the script with the dl()
command. Not dl() only works for cgi and not for isapi.

- Frank

> 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
> 

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

Reply via email to