ID:               30044
 Updated by:       [EMAIL PROTECTED]
 Reported By:      nconantj at frontiernet dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Feature/Change Request
 Operating System: Linux
 PHP Version:      Irrelevant
 New Comment:

You should read the output of: php -h


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

[2004-09-10 00:46:16] nconantj at frontiernet dot net

Description:
------------
I would deeply appreciate it if I could write a PHP shell script
without the PHP required tags.

As far as implementing this, make it a command line option for the CLI
(--notags).

PHP is a powerful language that could be more easily used for system
shell scripts with this ability.  I would be able to write a script as
follows:

#!/usr/bin/php --notags
<<code>>

rather than as:

#!/usr/bin/php
<?php
  <<code>>
?>



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


-- 
Edit this bug report at http://bugs.php.net/?id=30044&edit=1

Reply via email to