Page 1 of 1

Setting up a Test Server

Posted: Wed May 07, 2008 9:02 pm
by spark86
I'm currently working on setting up a test server for a project, and for the life of me I can't find or figure out what needs to be set so that the PHP files are re-parsed when modified so that I don't have to wait to debug if needed.

I have tried the no cache header and that dose not work.

So if any one knows how to or what setting that I need to modify to get to work, I greatly appreciate it.


Spark86

Re: Setting up a Test Server

Posted: Thu May 08, 2008 12:17 am
by nowaydown1
Are you running anything like Zend Platform (or Zend Cache)? It sounds like there is something else caching your PHP files. This isn't typical of a standard PHP install.

Re: Setting up a Test Server

Posted: Thu May 08, 2008 6:48 am
by spark86
No, the only other program that I'm using w/ php is apache 2.2, which I have made sure that the cache is turned off.