GD Version: 2.0 or higher nothing at admin/reports/status

failed test

Image image-test.gif object after desaturate action has the correct color placement.	Other	image.test	449	ImageToolkitGdTestCase->testManipulations()

Comments

andypost’s picture

Title: Fedora 11 php-gd broken test » CentOS 5.3 php-gd broken test

tryed zend-ce(php 5.2.9) and remi(php5.2.10)

berdir’s picture

I did a lot of php 5.3 tests, but I haven't seen that. are you sure that gd contains support for GIF? (check with phpinfo())

andypost’s picture

Yes (PHP/5.2.9 ZendServer/4.0)

GD Support	enabled
GD Version	bundled (2.0.34 compatible)
FreeType Support	enabled
FreeType Linkage	with freetype
FreeType Version	2.3.8
GIF Read Support	enabled
GIF Create Support	enabled
JPG Support	enabled
PNG Support	enabled
WBMP Support	enabled
XBM Support	enabled
andypost’s picture

Now result for c5-testing repository

php.i386 5.2.6-2.el5s2
php-gd.i386 5.2.6-2.el5s2
Package gd-2.0.33-9.4.el5_1.1.i386 already installed and latest version

Same test was failed

As http://php.net/manual/en/image.requirements.php

Support for GD 1.x has been removed as of PHP 6.0.0, which requires GD 2.0.33 or later.

Suppose I have 2.0.33 version

Swampcritter’s picture

I found some updated RHEL/CentOS PHP 5.2.10 RPMs, but haven't had time to test them yet.

http://centos.alt.ru/pub/php-fpm/5.2.10/

mdupont’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I think it is safe to close this issue, given how old it is, that PHP 5.2 and CentOS 5 are EOL, and even if someone is still running it, CentOS / RedHat 5.6 introduced PHP 5.3 anyways. Moreover, Drupal 7 runs fine under PHP 7.3 and 7.4 nowadays.