Actually....... the easiest way is just to:
Make sure you have the php extensions (php_exif.dll in your case). If you installed using the Win32 installer from php.net, you'll need to go back and grab the zip package to get the extensions.
Make sure the extension_dir directive in php.ini is pointing at the directory which contains the php_*.dll files.
Uncomment (remove the semi-colon) the following line, also in php.ini:
extension=php_exif.dll
- Restart your web server.
Exif is now supported on your machine. To enable other extension modules, like GD, just repeat the procedure. No need for anything as drastic as changing your webserver..... gad, what a pain in the arse that'd be🙂
-geoff