Home > Archive > PHP on Windows > December 2004 > is exif installed with php for windows?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
is exif installed with php for windows?
|
|
| Rob Aldred 2004-12-18, 3:55 pm |
| 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
| |
| Edin Kadribasic 2004-12-20, 8:56 pm |
| 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" <rob@tbswebdesign.com> wrote in message
news:20041218172024.33992.qmail@pb1.pair.com...
> 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
|
|
|
|
|