Page 1 of 1

using graphics in php

Posted: Mon Nov 11, 2002 11:28 am
by jamal
Yes I have reinstalled the php-4.2.3-win32 from the start again. I could see that it contained all the dlls. But I thought I have to install the gd at this site http://www.boutell.com/gd/manual1.8.4.html#whatis
before i can have it working??
Are these( gd, libpng, t1lib, freetype, and jpeg ) installed by default. The dlls are in the php in which I installed.
Thank you for sparing your time to assist me.
Jamal

Posted: Mon Nov 11, 2002 3:58 pm
by kitsch
Just edit your php.ini file and uncomment (remove the ; from the beginning of the line) this line:

extension=php_gd.dll

Don't forget to restart your web server if you have PHP installed as a module.

Posted: Mon Nov 11, 2002 11:24 pm
by jamal
I did that instruction you gave me it does not work.

Posted: Tue Nov 12, 2002 2:39 am
by twigletmac
Please don't start new topics on the same question - stick to the one you've got:
viewtopic.php?t=4222
and reread the help that volka gave you earlier, especially the bit about setting extension_dir in your php.ini.

Mac