php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5612 PHP pages not caching in Netscape browsers
Submitted: 2000-07-14 16:30 UTC Modified: 2000-07-14 16:35 UTC
From: paul_fernandez at stromix dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.0 OS: sunos 5.7
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: paul_fernandez at stromix dot com
New email:
PHP Version: OS:

 

 [2000-07-14 16:30 UTC] paul_fernandez at stromix dot com
I have a page that is the result of POSTing to a php script.  The script calls data out of Oracle and displays it in a table.

When printing in Netscape, I get "Missing Post reply data" errors.  The exact same page properly prints in IE5.

I have attempted

header ("Expires: Mon, 26 Jul 2010 05:00:00 GMT");
and
<META NAME="expiration" CONTENT="31 January 2002">

with no success.  Users should be able to print these data-derived pages within Netscape.  

Config info:
'./configure' '--enable-sigchild' '--with-oci8' '--enable-track-vars' '--enable-trans-sid' '--with-apache=../apache/apache_1.3.12'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-14 16:35 UTC] rasmus at cvs dot php dot net
And when you figure out how to do this, please let us know.  But it definitely is not a PHP bug of any sort.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 08:01:33 2024 UTC