PHP Version 4.3.11 - What has happened to GD?
-
- Forum User
- Posts: 17
- Joined: Wed Apr 20, 2005 6:54 am
PHP Version 4.3.11 - What has happened to GD?
I've just updated (again) PHP via yum (I had previously removed it because I had GD problems with 4.3.11, and then installed via yum back to 4.2.2).
With the version that comes via yum (4.3.11) GD doesn't appear to be correctly set up, this is a major problem for me as a lot of my website (forum and gallery) rely on GD functions.
PHP info is www.mini2.com/phpinfo.php
As you can see GD is in the configuration command, but there's no GD details given as there usually is when it's working OK.
I don't know why GD doesn't work, as when I just ran "yum update" to get back to 4.3.11 it did say it was getting php-gd?
If anyone can help me out of this serious fix, I'd be VERY grateful!
With the version that comes via yum (4.3.11) GD doesn't appear to be correctly set up, this is a major problem for me as a lot of my website (forum and gallery) rely on GD functions.
PHP info is www.mini2.com/phpinfo.php
As you can see GD is in the configuration command, but there's no GD details given as there usually is when it's working OK.
I don't know why GD doesn't work, as when I just ran "yum update" to get back to 4.3.11 it did say it was getting php-gd?
If anyone can help me out of this serious fix, I'd be VERY grateful!
-
- Forum User
- Posts: 17
- Joined: Wed Apr 20, 2005 6:54 am
I tried yum install php\* but php-manual has a dependency issue, so that didn't work, php-gd just did. I just assumed it would be required so wouldn't need to be done alone.
Thanks ever so much for that.
However, I've managed to break PSA while doing this, so I get a connection refused when I try to get to the Plesk admin tool.
Do you have suggestions on how to fix this?
Thanks again (again)!
Thanks ever so much for that.
However, I've managed to break PSA while doing this, so I get a connection refused when I try to get to the Plesk admin tool.
Do you have suggestions on how to fix this?
Thanks again (again)!
-
- Forum User
- Posts: 17
- Joined: Wed Apr 20, 2005 6:54 am
-
- Forum User
- Posts: 17
- Joined: Wed Apr 20, 2005 6:54 am
-
- Forum User
- Posts: 17
- Joined: Wed Apr 20, 2005 6:54 am
At mine GD don't work, php-gd is installed, phpinfo show gd installed, but gd not functioning. (RH9 and Fedora2, php-4.3.11-6)
GD test script:
<? header ("Content-type: image/png");
$newImg = ImageCreate(250,250);
$skyblue = ImageColorAllocate($newImg,136,193,255);
ImageFill($newImg,0,0,$skyblue);
ImagePNG($newImg);
ImageDestroy($newImg);
?>
GD test script:
<? header ("Content-type: image/png");
$newImg = ImageCreate(250,250);
$skyblue = ImageColorAllocate($newImg,136,193,255);
ImageFill($newImg,0,0,$skyblue);
ImagePNG($newImg);
ImageDestroy($newImg);
?>
same here...
sys rh9/psa 7.5.2/php4.3.11 (via yum) zend 2.5.7. after "yum install gd-php" and restart httpd gd wouldnt work:(
phpinfo say
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
have anyone solved the prob?
thanks
way
sys rh9/psa 7.5.2/php4.3.11 (via yum) zend 2.5.7. after "yum install gd-php" and restart httpd gd wouldnt work:(
phpinfo say
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
have anyone solved the prob?
thanks
way