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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 15:01:29 2024 UTC