We could make this part of the -S option that I have just submitted a patch
for.

Brian Moon
------------------------------------------
dealnews.com, Inc.
Makers of dealnews & dealmac
http://dealnews.com/ | http://dealmac.com/


----- Original Message -----
From: "Boian Bonev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Stig Sæther Bakken" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, September 07, 2001 9:51 AM
Subject: Re: [PHP-DEV] Better shell scripting


> +1 :))
>
> and a
>
> #!/bin/php -p
> echo "some string here\n";
> ?>some html here ;)))
> <? echo 'some more php';?>
>
> although this requires a patch in Zend/zend_language_scanner.l line 279
:)))
> for plain c, and i didn't look where for c++.
>
> b.
> ----- Original Message -----
> From: "Stig Sæther Bakken" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, September 07, 2001 12:28 PM
> Subject: Re: [PHP-DEV] Better shell scripting
>
>
> > What if we introduced a -p option to PHP that starts the Zend parser
> > in "PHP mode"?  For any other files (include/require), it starts in
> > "HTML mode" though.
> >
> >  - Stig
> >
> > [<[EMAIL PROTECTED]>]
> > > Yeah, I agree. However, it might make things a bit muddled
> > > for people using it as cgi? How would PHP tell if the following
> > > was PHP code or if its supposed to be echoed to the web browser?
> > >
> > > I would rather see a -shell option which does what you describe.
> > >
> > > Mike (long-time listener, first-time poster ;)
> > >
> > > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
> > >
> > > On 9/7/01, 11:27:30 AM, Edin Kadribasic wrote
> > > regarding Re: [PHP-DEV] patch to make for better shell scripting:
> > >
> > >
> > > > Almost forgot. IMO -q swich should make starting <?php optional so
> > > instead
> > > > of writing:
> > >
> > > > #!/usr/bin/php -q
> > > > <?php
> > > > print "Hello, world!\n";
> > > > ?>
> > >
> > > > I could simply say:
> > >
> > > > #!/usr/bin/php -q
> > > > print "Hello, world!\n";
> > >
> > >
> > >
> > > > Edin
> > >
> > >
> > > > --
> > > > 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]
> > >
> > >
> > >
> > > --
> > > 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]
> >
> > --
> >   Stig Sæther Bakken <[EMAIL PROTECTED]>
> >   Fast Search & Transfer ASA, Trondheim, Norway
> >
> > --
> > 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]
> >
> >
>
>
> --
> 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]
>
>
>


-- 
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]

Reply via email to