php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #539 How to prevent PHP3 caching scripts
Submitted: 1998-07-11 20:21 UTC Modified: 1998-07-11 21:12 UTC
From: ben dot lavender at cygnet dot co dot uk Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0 Final Release OS: NT4 SP3
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: ben dot lavender at cygnet dot co dot uk
New email:
PHP Version: OS:

 

 [1998-07-11 20:21 UTC] ben dot lavender at cygnet dot co dot uk
How can I stop PHP3 caching my scripts while I am developing?
When a change the functionality of a script, the changes are not reflected unless I rename the script. I know my browser or web-server is not caching the script because if I change the CGI arguements then this will ripple thru. e.g.  hello.php?a=1 and then a=2 etc.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-11 21:12 UTC] rasmus
This is your browser doing the cacheing.  When you change the arguments to the script, your browser sees that as being a different URL and will fetch a new version.  Just hit shift-reload in Netscape or click on the Refresh button in IE to get the new version.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 15:01:28 2024 UTC