|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-12 13:21 UTC] sniper@php.net
[2001-12-12 13:24 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 15:00:01 2025 UTC |
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