ID: 21624
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: GD related
Operating System: RedHat
PHP Version: 4.3.0
New Comment:
iliaa:
<?
header('Content-type: image/png');
$Image = imagecreate(300,150);
$Body = imagecolorallocate($Image,222,222,222);
$Char = imagecolorallocate($Image,10,36,106);
imagecolortransparent($Image,$Char);
imagechar($Image,5,100,50,"P",$Char);
imagepng($Image);
?>
rasmus: yeah but I think this problem perhaps only DOESN'T appear with
IE & Mozilla but with most other browsers...
Previous Comments:
------------------------------------------------------------------------
[2003-01-13 17:21:36] [EMAIL PROTECTED]
Still waiting for feedback.
------------------------------------------------------------------------
[2003-01-13 17:18:02] [EMAIL PROTECTED]
No, not really. It's a rather low-priority problem.
------------------------------------------------------------------------
[2003-01-13 17:18:00] [EMAIL PROTECTED]
Could you please provide a short example of thew script that can be
used to duplicate the problem.
------------------------------------------------------------------------
[2003-01-13 17:05:20] [EMAIL PROTECTED]
Is there the prospect of a soon bugfix for this problem?
Because downgrading to an older version would be a very bad solution...
------------------------------------------------------------------------
[2003-01-13 16:40:41] [EMAIL PROTECTED]
No, because the very same script works fine with previous versions of
PHP. Just because a browser is able to decypher the broken images we
generate doesn't mean we are doing it right.
------------------------------------------------------------------------
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/21624
--
Edit this bug report at http://bugs.php.net/?id=21624&edit=1