Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI

2013-02-08 Thread Ferenc Kovacs
On Fri, Feb 8, 2013 at 10:16 PM, Keyur Govande wrote: > On Fri, Feb 8, 2013 at 4:01 PM, Ferenc Kovacs wrote: > >> >> >> >> On Fri, Feb 8, 2013 at 9:30 PM, Keyur Govande wrote: >> >>> On Fri, Feb 8, 2013 at 3:20 AM, Christoph Rosse >> >wrote: >>> >>> > Hi, >>> > >>> > could you rename these functi

Re: AW: [PHP-DEV] FILTER_VALIDATE_INT and +0/-0

2013-02-08 Thread Derick Rethans
On Fri, 8 Feb 2013, hakre wrote: > Von: Gustavo Lopes > > > So the question is only whether "+0" or "-0" (or > > "+0", etc.) should be accepted as integers by FILTER_VALIDATE_INT. I > > think they should, because we also accept non-canonical inputs such as > > "+5", i.e., we always accept a s

Re: AW: [PHP-DEV] FILTER_VALIDATE_INT and +0/-0

2013-02-08 Thread Gustavo Lopes
On Fri, 08 Feb 2013 22:09:22 +0100, hakre wrote: - Ursprüngliche Message - Von: Gustavo Lopes A special case still left is "±0". It is with the 'PLUS-MINUS SIGN' (U+00B1). By special case, I meant a deviation to the general rule on how the code handles the input. The code handle

Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI

2013-02-08 Thread Keyur Govande
On Fri, Feb 8, 2013 at 4:01 PM, Ferenc Kovacs wrote: > > > > On Fri, Feb 8, 2013 at 9:30 PM, Keyur Govande wrote: > >> On Fri, Feb 8, 2013 at 3:20 AM, Christoph Rosse > >wrote: >> >> > Hi, >> > >> > could you rename these functions to: >> > >> > cli_process_set_title >> > cli_process_get_title >>

Re: AW: [PHP-DEV] FILTER_VALIDATE_INT and +0/-0

2013-02-08 Thread hakre
- Ursprüngliche Message - > Von: Gustavo Lopes > An: 'Patrick Schaaf' ; "internals@lists.php.net" > ; Frank Liepert ; hakre > > CC: 'Derick Rethans' ; 'Martin Jansen' > Gesendet: 21:19 Freitag, 8.Februar 2013 > Betreff: Re: AW: [PHP-DEV] FILTER_VALIDATE_INT and +0/-0 > >>  A speci

Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI

2013-02-08 Thread Ferenc Kovacs
On Fri, Feb 8, 2013 at 9:30 PM, Keyur Govande wrote: > On Fri, Feb 8, 2013 at 3:20 AM, Christoph Rosse >wrote: > > > Hi, > > > > could you rename these functions to: > > > > cli_process_set_title > > cli_process_get_title > > > > http://www.php.net/manual-**lookup.php?pattern=set_&scope=**quickre

Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI

2013-02-08 Thread Keyur Govande
On Fri, Feb 8, 2013 at 3:20 AM, Christoph Rosse wrote: > Hi, > > could you rename these functions to: > > cli_process_set_title > cli_process_get_title > > http://www.php.net/manual-**lookup.php?pattern=set_&scope=**quickref > gives

Re: AW: [PHP-DEV] FILTER_VALIDATE_INT and +0/-0

2013-02-08 Thread Gustavo Lopes
On Fri, 08 Feb 2013 20:04:35 +0100, hakre wrote: - Ursprüngliche Message - Von: Gustavo Lopes So the question is only whether "+0" or "-0" (or "+0", etc.) should be accepted as integers by FILTER_VALIDATE_INT. I think they should, because we also accept non-canonical inputs such as "

Re: AW: [PHP-DEV] FILTER_VALIDATE_INT and +0/-0

2013-02-08 Thread hakre
- Ursprüngliche Message - > Von: Gustavo Lopes > An: 'Patrick Schaaf' ; internals@lists.php.net; Frank Liepert > > CC: 'Derick Rethans' ; 'Martin Jansen' > Gesendet: 12:32 Montag, 4.Februar 2013 > Betreff: Re: AW: [PHP-DEV] FILTER_VALIDATE_INT and +0/-0 > > So the question is only whe

Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution

2013-02-08 Thread hakre
- Ursprüngliche Message - > Von: Zeev Suraski > An: hakre > CC: internals@lists.php.net > Gesendet: 15:31 Dienstag, 5.Februar 2013 > Betreff: RE: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP > distribution > >> > Based on an 18 month release cycle, and assuming we relea

Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI

2013-02-08 Thread Nikita Popov
On Fri, Feb 8, 2013 at 7:56 AM, Rasmus Lerdorf wrote: > On 02/07/2013 10:25 AM, Nikita Popov wrote: > > On Thu, Feb 7, 2013 at 2:39 PM, Christoph Rosse >wrote: > > > >> why wouldn't this go into core? setting the name of the current > >> php-process is definitely something everyone that develops

Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI

2013-02-08 Thread Christoph Rosse
Hi, could you rename these functions to: cli_process_set_title cli_process_get_title http://www.php.net/manual-lookup.php?pattern=set_&scope=quickref gives me a lot of hits like: xml_parser_set_options stream_set_read_buffer pg_set_info ps_set_border_color etc. its also a lot more readable a