php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9616 Image functions don't work under Netscape
Submitted: 2001-03-08 04:11 UTC Modified: 2001-03-08 05:29 UTC
From: stefand at rila dot bg Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.4pl1 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stefand at rila dot bg
New email:
PHP Version: OS:

 

 [2001-03-08 04:11 UTC] stefand at rila dot bg
The Image functions work properly with IE, but when I tried with Netscape (4.7 and 6.0), no image was displayed, but just lot's of chaotic symbols.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-08 04:29 UTC] derick@php.net
You need to set your Content-Type correctly, like:
Header ("Content-Type: image/jpeg"); IE will work without this, but Netscape will not

If this is not the case, please reopen this bugreport and provide more information
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 19:01:31 2024 UTC