|
Posted by Ray on 07/28/07 18:32
Hi all,
I'm running PHP 5.2.0 on my Windows XP laptop, running under IIS. I
have files named 'config.php' in two different web applications on
this machine, which are included throughout each via 'require' in one
and 'require_once' in the other.
When I attempt to use the two applications simultaneously, the file
which was 'require_once'-ed is also being accessed from the other
application, even though the two applications are isolated from each
other in IIS, and are in completely different directories on the
computer.
Has anyone come across this before? Is it a known bug?
Thanks,
Ray.
[Back to original message]
|