I am not a Windows person so I need some help with this one. I have a site that I developed for a client on my nix server and they need to move it to their Windows IIS. The site uses the gd2 library. My client has successfully installed PHP and enabled the gd2 extension, but needs to add functionality for png and jpeg image functions. I know how to do this on a nix box but am clueless when it comes to .dll files on a Windows box.

Can anyone tell me how to obtain the libpng.dll, and libjpeg.dll files needed by gd2? Also, do I place these files in the "php/extensions" directory or the "c:\winnt\system32" directory? Any assistance will be much appreciates. Thanks in advance.

    Write a Reply...