Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.