Jump to content

PHP seems to be caching everything


CarbonCopy

Recommended Posts

I just updated to PHP 5.3.0 (Still can't get IMAP to work) on my CentOS 5.3 Box. mod_cache, mod_memcache, and mod_diskcache on apache is disabled, and memcache for PHP is disabled. I even added the no cache code to my script:

 

header('Cache-Control: no-cache');

header('Pragma: no-cache');

 

However, I need to upload my file 2 or 3 times then refresh my browser to see the changes. However, after 1 upload, if I look in the remote file via SSH it is updated. Any ideas what is wrong?

 

EDIT: Could this possibly be Firefox 3.5.1?

Link to comment
https://forums.phpfreaks.com/topic/166439-php-seems-to-be-caching-everything/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.