Re: [PHP] Weird virtual() behavior for nested require()

2004-11-16 Thread Paul Cantrell
Well, after 36 hours of silence on this one, I'll consider the php-general list stumped, and file it as a bug. P On Nov 15, 2004, at 11:50 AM, Paul Cantrell wrote: I'm getting a weird behavior when virtual() calls another page that uses a require(). The behavior seems contrary to th

[PHP] Weird virtual() behavior for nested require()

2004-11-15 Thread Paul Cantrell
I'm getting a weird behavior when virtual() calls another page that uses a require(). The behavior seems contrary to the docs for virtual. Consider these four files: -- foo.php -- This is foo. -- foo.shtml -- This is foo. -- subdir/bar.php --