Edit php.ini - Enable GD and Exif

Hi,

I'm on a windows server. How do I edit the php.ini to enable EXIF (extra data embedded in image files), and the GD image library?

I have uncommented the following lines:

Code:
extension=php_exif.dll
extension=php_gd2.dll

But when I try to visit the site it hangs. Are there more lines that need to be uncommented, or are they the wrong ones.

Thanks,
-Andrew
 
You need to make sure the paths are correct, to the extension directory, c:\php\extensions
 
Back
Top