From:             [EMAIL PROTECTED]
Operating system: WinXP
PHP version:      4.2.1
PHP Bug Type:     Apache2 related
Bug description:  results of Virtual() is misplaced

This problem can be explained really simple with a script. And I am sure
it's a problem with Apache2 because this problem doesn't arise in Apache.
(Note: the content of ip.cgi and ip.html is simply IP.CGI and IP.HTML
respectively.)

The Code:
<P>1. <?php virtual("ip.cgi")?>
<P>2. <?php virtual("ip.html")?>

Output (Apache2):
IP.NETIP.HTML
<P>1. <P>2. 

Output (Apache):
<P>1. IP.NET<P>2. IP.HTML

In conclusion, the content prased by virtual() is misplaced.
-- 
Edit bug report at http://bugs.php.net/?id=17475&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17475&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17475&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17475&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17475&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17475&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17475&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17475&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17475&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17475&r=globals

Reply via email to