0

I'm working on a zend project and I installed PHP APC to catch the file upload progress. It works fine and giving the right upload information. But when I refresh the pages in my application, they are not reflecting. I've to restart my apache server each time to get the new response from server. Is there any way to disable the caching run by apc.

Thanks.

1 Answer 1

1

If I had to guess, I'd say that you have apc.stat set to false (zero) in your php.ini (or somewhere else in your configuration).

If apc.stat is not set true, then PHP will ignore any changes to your files until it reloads. This is a nice thing in a well-managed production environment, but doesn't work so well for development. Check your configs.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.