GD Library installation
Hi!I have Windows 2000, Apache 2 and PHP 4.3.4 installed. Now I want to enable the GD library. I uncomment and change the line in php.ini (which is in my system32 folder) to:
GD2=php_gd2.dll
And restart my server. But when I use phpinfo() - there's no GD library! Like it's not enabled. I copied php_gd2.dll to /php. /php/dll, winnt, winnt/system32 folders

What do I do wrong?
Thanks!