Re: [PHP-DEV] CLI and -f

2002-04-01 Thread Andrei Zmievski
I agree. On Fri, 29 Mar 2002, Markus Fischer wrote: On Fri, Mar 29, 2002 at 01:00:47AM +0100, Marcus Börger wrote : The difference to many other programs is that we came from CGI. This is a (rather) bad excuse. It doesn't matter where we came from. What we all want is a

Re: [PHP-DEV] CLI and -f

2002-03-29 Thread Markus Fischer
On Fri, Mar 29, 2002 at 02:10:45AM +0100, Marcus Börger wrote : At 01:57 29.03.2002, Markus Fischer wrote: On Fri, Mar 29, 2002 at 01:39:52AM +0100, Marcus Börger wrote : At 01:33 29.03.2002, you wrote: On Fri, Mar 29, 2002 at 01:00:47AM +0100, Marcus Börger wrote : The difference to

[PHP-DEV] CLI and -f

2002-03-28 Thread Andrei Zmievski
Why does CLI force you to use -f to specify file? What is wrong with simply using: php file.php ? -Andrei Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] CLI and -f

2002-03-28 Thread Marcus Börger
We cannot allow ./php -- -i for calling a script named -i because then we cannot use ./php -- args while parsing from stdin. We can implement -- only for one thing and that is currently real end of parameters. The difference to many other programs is that we came from CGI. marcus [marcus@zaphod

Re: [PHP-DEV] CLI and -f

2002-03-28 Thread Markus Fischer
On Fri, Mar 29, 2002 at 01:00:47AM +0100, Marcus Börger wrote : The difference to many other programs is that we came from CGI. This is a (rather) bad excuse. It doesn't matter where we came from. What we all want is a full-fledged CLI version which kickz perl azz. So we adjust it

Re: [PHP-DEV] CLI and -f

2002-03-28 Thread Markus Fischer
On Fri, Mar 29, 2002 at 01:39:52AM +0100, Marcus Börger wrote : At 01:33 29.03.2002, you wrote: On Fri, Mar 29, 2002 at 01:00:47AM +0100, Marcus Börger wrote : The difference to many other programs is that we came from CGI. This is a (rather) bad excuse. It doesn't matter where we

Re: [PHP-DEV] CLI and -f

2002-03-28 Thread Marcus Börger
At 01:57 29.03.2002, Markus Fischer wrote: On Fri, Mar 29, 2002 at 01:39:52AM +0100, Marcus Börger wrote : At 01:33 29.03.2002, you wrote: On Fri, Mar 29, 2002 at 01:00:47AM +0100, Marcus Börger wrote : The difference to many other programs is that we came from CGI. This is a