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
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: 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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 28 23:00:01 2026 UTC