From: [EMAIL PROTECTED]
Operating system: Solaris 2.6
PHP version: 4.0.5
PHP Bug Type: *General Issues
Bug description: #!/usr/local/bin/php shell script line is shown first at the result
page
If I run the following example:
#!/usr/local/bin/php
<?
print "<br>Hello Word";
?>
I got the following result page:
#!/usr/local/bin/php
Hello World
The configure options are:
./configure --with-config-file-path=/usr/local/lib --disable-debug
--enable-ftp --with-informix=$INFORMIXDIR --enable-t
rans-sid --with-pgsql=/usr/local/pgsql --with-mysql
--
Edit bug report at: http://bugs.php.net/?id=13737&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]