Hi all,
I have installed PHP 4.0.6 as CGI with
Netscape Enterprise Server 3.61 on HPUX 10.20.
The options I used to build it:
./configure --with-mysql=/usr/local/mysql
--enable-track-vars
--enable-libgcc
--enable-discard-path
Everything works fine EXCEPT the fact that I
get the path to my PHP binary in the output to
the browser i.e. the "#!/usr/local/bin/php" is also
displayed. If I give the '-q' option, i.e.
#!/usr/local/bin/php -q, I get an error :
"No input file specified"
Can anybody perhaps help?
Marius Etsebeth
--
PHP Install 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]