From:             [EMAIL PROTECTED]
Operating system: windows,linux
PHP version:      4.1.2
PHP Bug Type:     Apache related
Bug description:  "test.php.dat" also can be parsed

php version 4.1.2
"test.php.dat" content:
<?php
echo "hello world!";
?>

in apache server ,it also can be parsed
http://yourserver/test.php.dat
you can see --
hello world!

in iis server 
you can see --
<?php 
echo "hello world!";
?>
-- 
Edit bug report at http://bugs.php.net/?id=16725&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16725&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16725&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16725&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16725&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16725&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16725&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16725&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16725&r=submittedtwice

Reply via email to