Just wondering if anyone else had seen this before:
I have a script, (a.php) lets say. It includes files, one of which is file b.php - the db base class.
I run the script (a.php) via the browser and spot an error in file b. I fix the file, upload it and refresh the browser. However, the problem still exists, even though the file on the server is the fixed version and the page is definitely being refreshed (i.e. its not a cache problem).
The script works fine on my local server, but when its on the on the live server, I'm having to restart apache for the change to be recognised.
Is this a known PHP / Apache problem?
Its PHP 4.1.2 / Apache 1.3.26 / Linux (Debian)