Title: php - dynamic images with gd
Description: having problems
ih8censorship - December 5, 2006 10:55 PM (GMT)
im having a hard time trying to test any php code that uses the gd extention. i enabled it in php.ini by uncommenting the =gd2.dll part or whatever it was and adding --with-gd to the ini file as well. i still get undefined errors. any ideas?
Ravotus - December 5, 2006 10:59 PM (GMT)
You'll probably need to recompile php with GD support. The ./configure option is --with-gd (not sure what you were doing with that in the ini file).
ih8censorship - December 5, 2006 11:17 PM (GMT)
well, it was version 4.3.10 and i had heard it was in the default build... so i poked around and realized that the php.ini file in the php folder was not the one being used, the one being used was in the apache folder! so i modified that and it worked fine. i had that in the ini file because im dumb hehe. thanks for the help though :)
Ravotus - December 5, 2006 11:55 PM (GMT)
Why don't you upgrade to version 5.2?
ih8censorship - December 6, 2006 12:17 AM (GMT)
ive got a version of it but im not sure how to make it work with my server.. the server i used to serve temp files and test things came with php and stuff pre installed
C-Man - December 6, 2006 05:54 AM (GMT)