ID: 25593 User updated by: omegatron at comcast dot net Reported By: omegatron at comcast dot net Status: Bogus Bug Type: GD related Operating System: Windows PHP Version: 4.3.2 New Comment:
<?php $imgfile = 'some.gif'; $img = imagecreatefromgif($imgfile); imagepng($img); ?> This indeed does fail in your PHP builds for windows. No file is created from the gif. Previous Comments: ------------------------------------------------------------------------ [2003-09-19 22:22:55] omegatron at comcast dot net I have tried both 4.3.2 and 4.3.3 ------------------------------------------------------------------------ [2003-09-19 22:14:21] [EMAIL PROTECTED] 1. It is enabled in PHP win32 builds found at http://www.php.net 2. It does work fine. (in 4.3.3, at least) ------------------------------------------------------------------------ [2003-09-19 01:01:57] omegatron at comcast dot net You obviously misunderstand. No one or no program is trying to produce a gif. This is a bug I can reproduce this on several windows systems but not on unix with the same program I have already dealt with and I know the software developer of this program. We have done extensive testing. The program itself reads a gif if gd enables it and converts it. The IMAGECREATEFROMGIF command is not working. It will not create from a gif as it does not read it as PHP is saying it is enabled when it is not. ------------------------------------------------------------------------ [2003-09-19 00:27:13] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Works just fine for me using PHP 4.3.3. (creating GIFs does not and will not work) ------------------------------------------------------------------------ [2003-09-19 00:15:48] omegatron at comcast dot net It does not get created. imagecreatefromgif is false even though gif read is enabled. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/25593 -- Edit this bug report at http://bugs.php.net/?id=25593&edit=1