[PHP-DEV] Bug #9096 Updated: #! line in a script is outputed in script From: liz <email protected>
Date: 06/14/01

ID: 9096
User Update by: liz <email protected>
Status: Duplicate
Bug Type: *General Issues
Operating system: Linux
PHP Version: 4.0.4pl1
Description: #! line in a script is outputed in script

This isnt a dup of 9041 as this wsa using apache where he said it DIDNT do it.

I have noticed it did appear to only be for me in that one version of PHP, although others have contacted me asking me if I had an answer, with different versions.

Previous Comments:
---------------------------------------------------------------------------

[2001-06-14 16:46:25] sniper <email protected>
Duplicate of #9041

---------------------------------------------------------------------------

[2001-02-05 02:56:01] joey <email protected>
I have been able to reproduce this on my Debian box using 4.0.5-dev.
Rasmus, you can contact me privately for an account.

---------------------------------------------------------------------------

[2001-02-04 08:36:21] rasmus <email protected>
Hrm.. I am unable to reproduce this. I am on Linux and I used your exact ./configure line. Are you completely sure you are seeing what you say you are seeing?

---------------------------------------------------------------------------

[2001-02-04 08:19:58] liz <email protected>
Example:
#!/usr/local/bin/php -q
<? echo "Hello"; ?>
produces as output
#!/usr/local/bin/php -q
Hello

- which is not the desired effect.

This worked when I used 4.0.3pl1 - which was compiled with the same options and other files (as I made a script to do it!)

Compiled with : ./configure --with-mysql --enable-discard-path --enable-track-vars --disable-debug --enable-dbase --enable-trans-sid --enable-inline-optimization

Any further questions.. (if you want my php binary or anything else)..

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=9096

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>