[PHP-DEV] PHP 4.0 Bug #5612: PHP pages not caching in Netscape browsers From: paul_fernandez <email protected>
Date: 07/14/00

From: paul_fernandez <email protected>
Operating system: sunos 5.7
PHP version: 4.0.0
PHP Bug Type: Dynamic loading related
Bug description: PHP pages not caching in Netscape browsers

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'

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>