[PHP-DEV] patch to make for better shell scripting

2001-09-06 Thread Brian Moon
Well, here is my patch finally for enabling a shell mode with the command line. Mainly this patch adds a -S option that will turn off html errors, error_prepend_string, error_append_string, and output buffering. This will keep people from having to maintain two ini files. Now, this stuff could

Re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread Edin Kadribasic
> Well, here is my patch finally for enabling a shell mode with the command > line. > > Mainly this patch adds a -S option that will turn off html errors, > error_prepend_string, error_append_string, and output buffering. > > This will keep people from having to maintain two ini files. That's exc

re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread php4
Addressed to: [EMAIL PROTECTED] "Brian Moon" <[EMAIL PROTECTED]> > Well, here is my patch finally for enabling a shell mode with the > command line. > Mainly this patch adds a -S option that will turn off html errors, > error_prepend_string, error_append_string, and output bufferin

Re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread Zeev Suraski
At 12:45 07-09-01, Edin Kadribasic wrote: > > Well, here is my patch finally for enabling a shell mode with the command > > line. > > > > Mainly this patch adds a -S option that will turn off html errors, > > error_prepend_string, error_append_string, and output buffering. > > > > This will keep p

Re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread Edin Kadribasic
> > > Mainly this patch adds a -S option that will turn off html errors, > > > error_prepend_string, error_append_string, and output buffering. > > > > > > This will keep people from having to maintain two ini files. > > > >That's excellent. Now, I'm writing a simple MTA in php and having exit() >

Re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread Edin Kadribasic
Almost forgot. IMO -q swich should make starting I could simply say: #!/usr/bin/php -q print "Hello, world!\n"; Edin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admin

Re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread Wez Furlong
On 07/09/01, "Zeev Suraski" <[EMAIL PROTECTED]> wrote: > At 12:45 07-09-01, Edin Kadribasic wrote: > > > Mainly this patch adds a -S option that will turn off html errors, > > > error_prepend_string, error_append_string, and output buffering. > >That's excellent. Now, I'm writing a simple MTA in p

Re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread Zeev Suraski
At 13:57 07-09-01, Wez Furlong wrote: >On 07/09/01, "Zeev Suraski" <[EMAIL PROTECTED]> wrote: > > At 12:45 07-09-01, Edin Kadribasic wrote: > > > > Mainly this patch adds a -S option that will turn off html errors, > > > > error_prepend_string, error_append_string, and output buffering. > > >That'

Re: [PHP-DEV] patch to make for better shell scripting

2001-09-07 Thread Brian Moon
.com/ | http://dealmac.com/ - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Brian Moon" <[EMAIL PROTECTED]> Sent: Friday, September 07, 2001 2:59 AM Subject: re: [PHP-DEV] patch to make for better shell scripting > Addressed to: [EMAI