[PHP-DEV] Bug #539: How to prevent PHP3 caching scripts From: ben.lavender <email protected>
Date: 07/11/98

From: ben.lavender <email protected>
Operating system: NT4 SP3
PHP version: 3.0 Final Release
PHP Bug Type: Installation problem
Bug description:
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.