Ralph Kutschera wrote: > E.g.: > Changing echo "foo"; to echo "bar"; will show up "foo" for minutes.
Well, with really simple things like above it does work. Also changes to normal HTML-Files appear immediately. So, I don't think it's apache related. I'm working upon an object oriented PHP project and changes to classes obviously don't get recognised. Currently, I changed a class member variable from private to public. But it is still recognised as private. greets Ralph