From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.1.0
PHP Bug Type:     GD related
Bug description:  No GD2 support

After executing following script, the message
*Warning: ImageGd2: No GD2 support in this PHP build in
c:\inetpub\wwwroot\php\testimg.php on line 3*
is displayed.

Script:
<?
$img = ImageCreateFromPNG ('C:\temp\png\image.png');
ImageGD2 ($img, 'C:\temp\png\test.gd2');
?>

The extension module php_gd.dll is included in php.ini
and was part of php-4.1.0-Win32.zip (Download 12.12.2001)

I thought, GD2 support is enabled in Version 4.1.0?

Greetings
Gerhard
-- 
Edit bug report at: http://bugs.php.net/?id=14461&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to