[PHP] How-to instal GD libary

2002-11-07 Thread Davy Obdam
Hi people,.

Can anyone tell me how to install the GD libary. I use Apache 2.0.40 and
PHP 4.2.3 on a windows XP machine at home. Thanks already

Best regards,

Davy Obdam
mailto:info;davyobdam.com 



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




Re: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
You need to download the php-version.zip file that contains all of the
extensions in it...

there is the php_gd.dll and php_gd2.dll that you will need to put in
your path...

Then in your php.ini file you need to uncomment that dll out so that it
can be loaded by php...



On Thu, 2002-11-07 at 23:08, Davy Obdam wrote:
 Hi people,.
 
 Can anyone tell me how to install the GD libary. I use Apache 2.0.40 and
 PHP 4.2.3 on a windows XP machine at home. Thanks already
 
 Best regards,
 
 Davy Obdam
 mailto:info;davyobdam.com 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
-- 
.: B i g D o g :.



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




RE: [PHP] How-to instal GD libary

2002-11-07 Thread Davy Obdam
Hi B i g D o g ,

 You need to download the php-version.zip file that contains 
 all of the extensions in it...

Yep i have installed PHP as a apache module(SAPI)

 
 there is the php_gd.dll and php_gd2.dll that you will need to 
 put in your path...

Where do i move the php_gd.dll and php_gd2.dll files to? There now in
C:\Program Files\PHP\extensions. Is that right? I gues not because i get
an error if i try this. Do i need copy these files to another directory?

 
 Then in your php.ini file you need to uncomment that dll out 
 so that it can be loaded by php...


Thanks for your help;-)

Best regards,
 
Davy Obdam
mailto:info;davyobdam.com




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




RE: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
Is c:\program files\PHP\extensions in your path...

if not then i would add it...also make sure to edit your php.ini file so
that it loads when php is fired up...


On Thu, 2002-11-07 at 23:20, Davy Obdam wrote:
 Hi B i g D o g ,
 
  You need to download the php-version.zip file that contains 
  all of the extensions in it...
 
 Yep i have installed PHP as a apache module(SAPI)
 
  
  there is the php_gd.dll and php_gd2.dll that you will need to 
  put in your path...
 
 Where do i move the php_gd.dll and php_gd2.dll files to? There now in
 C:\Program Files\PHP\extensions. Is that right? I gues not because i get
 an error if i try this. Do i need copy these files to another directory?
 
  
  Then in your php.ini file you need to uncomment that dll out 
  so that it can be loaded by php...
 
 
 Thanks for your help;-)
 
 Best regards,
  
 Davy Obdam
 mailto:info;davyobdam.com
 
 
-- 
.: B i g D o g :.



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