You shouldn't need to put the php_gd2.dll in your system dir, simply open
your php.ini file (Usually c:\windows\php.ini or c:\winnt\php.ini) and
change the extension_dir to point to your PHP 4 directory\extensions,

Example: extension_dir = "c:\php4\extensions"

Then uncomment the extension=php_gd2.dll line in php.ini and save.

You will need to restart apache, you can do this by net stop apache, net
start apache in a Dos window or your preferred method for restarting
services.

Jason

-----Original Message-----
From: Joe Patiani [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 10, 2004 8:49 AM
To: [EMAIL PROTECTED]
Subject: [PHP] gd for windows not working

 
 I`ve installed Apache/1.3.14 (Win32) and PHP/4.3.4. It`s running well, I
guess. But the php extension not working. I need the php_gd2.dll running,
I`ve copied it into system dir. But it`s still not working. 
 
 Please tell me the solution, so I can use the gd dll in my windows. 

---
joe patiani
Geophysic and Meteorology Department
Institut Teknologi Bandung
Labtex XI Jl. Ganesha 10 Bandung 40132 Indonesia

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to