ID: 21624 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: RedHat PHP Version: 4.3.0 New Comment:
Sure, but "most other browsers" make up a very very small percentage of what people use. Anyway, a potential patch for this was posted a couple of weeks ago. Try the code referenced in the article below and let us know if it fixes it: http://news.php.net/article.php?group=php.dev&article=93058 Previous Comments: ------------------------------------------------------------------------ [2003-01-13 17:23:41] [EMAIL PROTECTED] 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... ------------------------------------------------------------------------ [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... ------------------------------------------------------------------------ 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