CarbonCopy Posted July 18, 2009 Share Posted July 18, 2009 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? Quote Link to comment https://forums.phpfreaks.com/topic/166439-php-seems-to-be-caching-everything/ Share on other sites More sharing options...
sKunKbad Posted July 18, 2009 Share Posted July 18, 2009 Yes, it could be Firefox. If you use the FF extension "developer toolbar", simply turn off the cache, and that will tell you if it is FF or not. Quote Link to comment https://forums.phpfreaks.com/topic/166439-php-seems-to-be-caching-everything/#findComment-877745 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.