From: [EMAIL PROTECTED] Operating system: gnu/linux - i686 PHP version: 4.0.5 PHP Bug Type: Other web server Bug description: display #!/usr/local/bin/php on first line with boa webserver According to security case 4 of Chapter 4 in PHP manual. I use PHP-CGI that is in outside of webtree. like this... #!/usr/bin/php4 <? echo "abc"; ?> If I run this cgi sript with apache web server. it's result is "abc" as you can expected. But, when I run it on BOA web server it's result is "#!/usr/bin/php4 abc". Some month ago. I've met also same problem with apache web server in same situation. Of cause, I can get right result with apache server, now. But. not with BOA. I remember thttpd displayed same wrong result, too. -- Edit Bug report at: http://bugs.php.net/?id=11503&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]