ID: 14461
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: GD related
Operating System: Windows 2000
PHP Version: 4.1.0
New Comment:
GD2 support is only available with libgd 2. The windows binaries
are not build with it as the current release of libgd is buggy.
--Jani
Previous Comments:
------------------------------------------------------------------------
[2001-12-12 12:29:09] [EMAIL PROTECTED]
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 this 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]