Re: [PHP-DEV] CLI long options

2003-02-15 Thread Jani Taskinen
Erm..that url doesn't look quite ok..? :) --Jani On Sat, 15 Feb 2003, Marcus Börger wrote: Hi, the patch below allows long option names such as --version and --help what eases the use of php especially when used on the command line. And it fixes the problem with duplicate

Re: [PHP-DEV] CLI long options

2003-02-15 Thread Marcus Börger
At 18:31 15.02.2003, Jani Taskinen wrote: Erm..that url doesn't look quite ok..? :) --Jani YES - It should have been: http://marcus-boerger.de/php/ext/cli-getopt.diff.txt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CLI long options

2003-02-15 Thread Moriyoshi Koizumi
[EMAIL PROTECTED] (Marcus Börger) wrote: Hi, the patch below allows long option names such as --version and --help what eases the use of php especially when used on the command line. And it fixes the problem with duplicate error messages if arguments to command line are erroneous.

Re: [PHP-DEV] CLI long options

2003-02-15 Thread Jani Taskinen
On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote: [EMAIL PROTECTED] (Marcus Börger) wrote: Hi, the patch below allows long option names such as --version and --help what eases the use of php especially when used on the command line. And it fixes the problem with duplicate error messages if

Re: [PHP-DEV] CLI long options

2003-02-15 Thread Derick Rethans
On Sat, 15 Feb 2003, Jani Taskinen wrote: On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote: [EMAIL PROTECTED] (Marcus Börger) wrote: Hi, the patch below allows long option names such as --version and --help what eases the use of php especially when used on the command line. And it

Re: [PHP-DEV] CLI long options

2003-02-15 Thread Ilia A.
On February 15, 2003 12:16 pm, Marcus Börger wrote: the patch below allows long option names such as --version and --help what eases the use of php especially when used on the command line. And it fixes the problem with duplicate error messages if arguments to command line are erroneous. +1

Re: [PHP-DEV] CLI long options

2003-02-15 Thread Marcus Börger
At 18:56 15.02.2003, Derick Rethans wrote: On Sat, 15 Feb 2003, Jani Taskinen wrote: On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote: +1 from me if you are sure it doesn't break BC. +1 for MFH even if it doesn't break BC. :) +1 for this, but -1 for MFH, because Jani wants to break BC