|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-03-29 04:35 UTC] ars
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
I have a page that is different each time loaded. Today it stoped changing after I recompiled with the latest CVS. The Date: and Last-Modified: header lines are set one day into the future. If I use header comands like the following it fixes the problem. header("Date: ".date("D, d M Y H:i:s")." GMT"); header("Last-Modified: ".date("D, d M Y H:i:s")." GMT"); Apache/1.2.5 - version of apache used.