How can I use the GD library for create image in PHP.
I have tried to config PHP.ini with extension = php_gd.dll but apache run with error not found gd.dll. I have been download the GD library and I can't config this.
Please help me! Thanks!
Working with ImageCreate in PHP?
Moderator: General Moderators
- Pointybeard
- Forum Commoner
- Posts: 71
- Joined: Wed Sep 03, 2003 7:23 pm
- Location: Brisbane, AUS
- Contact:
as far as i know, GD2 is bundled with php, was with mine..... http://www.php.net
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm
ahh, nvm i had all my extensions disabled, and then my extension dir was wrong anyways! lol jwang, opent he php.ini file, and edit the extension_dir to match wherever you installed PHP to and the extension direct (c:\php\extensions\) and then scroll down a bit and turn on the extensions you want...
However i'm having problems with php_mcrypt.dll... it says it can't find it but its int he extension dir,a nd it found gd2.dll... wierd huh?
However i'm having problems with php_mcrypt.dll... it says it can't find it but its int he extension dir,a nd it found gd2.dll... wierd huh?
- Pointybeard
- Forum Commoner
- Posts: 71
- Joined: Wed Sep 03, 2003 7:23 pm
- Location: Brisbane, AUS
- Contact:
hmm..lemme see......4.3.3..i havent upgraded to 4.3.4 yet....well heres what info tells me...
gd
GD Support enabled
GD Version bundled (2.0.15 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
I honestly cant remember installing GD...it just worked for me.... *shrugs*
-PB
gd
GD Support enabled
GD Version bundled (2.0.15 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
I honestly cant remember installing GD...it just worked for me.... *shrugs*
-PB
- Pointybeard
- Forum Commoner
- Posts: 71
- Joined: Wed Sep 03, 2003 7:23 pm
- Location: Brisbane, AUS
- Contact: