No GD (and php lvl. 1?)

Status
Not open for further replies.

conanh

New Member
Messages
2
Reaction score
0
Points
0
Hi,

I've seen a ton of conflicting information all over on this so am a bit confused.

I need GD support for some drupal theming I'm doing, but drupal says GD is not installed. Using the PHP function var_dump(gd_info()); confirms this (i.e. no output with that function).

Also when I go to my account page it says that I have v.1 of x10's PHP, but when I try to request the upgrade, that page says that everyone now has v.2.

It seems that I should have GD, but I don't. Or am I mistaken?


Thanks for any help!
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
252
Points
63
I've checked for GD using phpinfo and it does say it is installed. I have written programs that use GD heavily and I haven't had a problem. I haven't used it lately, but it has always been there before, even with php v1.

This is the output for me when I use gd_info:

array(12) { ["GD Version"]=> string(27) "bundled (2.0.34 compatible)" ["FreeType Support"]=> bool(true) ["FreeType Linkage"]=> string(13) "with freetype" ["T1Lib Support"]=> bool(false) ["GIF Read Support"]=> bool(true) ["GIF Create Support"]=> bool(true) ["JPG Support"]=> bool(true) ["PNG Support"]=> bool(true) ["WBMP Support"]=> bool(true) ["XPM Support"]=> bool(true) ["XBM Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=> bool(false) }
 

conanh

New Member
Messages
2
Reaction score
0
Points
0
Possibly this could be an issue just on my server then?

php_info() for me says nothing about GD.
 
Status
Not open for further replies.
Top