I have replaced my Zend Server CE with an EasyPHP-DevServer-13.1VC11 install, running PHP 5.5.3. When I make changes in a php file, the changes often show only after waiting about a minute followed by a browser refresh. This is quite annoying in a development environment.
Can this be changed in the php.ini or is there some other way to fix this?
Just figured it out. I fixed the problem by changing
opcache.revalidate_freq
from60
(nonsensical default for development) to2
in the php.ini.