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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC