[PHP-INST] Re: [PHP] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-21 Thread Dave Goodrich
ork, I would seriously suspect that the built-in Apache-PHP parser is > handling your .cgi files. > > -Brian > > -Original Message- > From: Dave Goodrich [mailto:[EMAIL PROTECTED]] > > * snip > info.cgi > #!/usr/local/bin/php >phpinfo(); > ?> &

[PHP-INST] Re: [PHP] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-20 Thread Dave Goodrich
It's not you. I just built a bare cgi version of php, nothing but './configure' and got the same result. I used this simple script to be sure I was in fact running the cgi binary and it showed I was. info.cgi #!/usr/local/bin/php I got the correct info page, but with the #!/usr/local/bin/php a