ID: 14461
Updated by: rasmus
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: GD related
Operating System: Windows 2000
PHP Version: 4.1.0
New Comment:

It would be nice if the Windows binary shipped with both DLL's.  Sure, there are some 
bugs in GD2, but there are also a bunch of features there that aren't in GD1.  There 
are also patches to most of the GD2 bugs now, so we could patch up GD2 and put out a 
working GD2 extension.  I should get a Windows build environment set up here to try to 
do this.

Previous Comments:
------------------------------------------------------------------------

[2001-12-12 13:21:35] [EMAIL PROTECTED]

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


------------------------------------------------------------------------

[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]

Reply via email to