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

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 ras...@lerdorf.com wrote: On 02/07/2013 10:25 AM, Nikita Popov wrote: On Thu, Feb 7, 2013 at 2:39 PM, Christoph Rosse cro...@2bepublished.at wrote: why wouldn't this go into core? setting the name of the current php-process is definitely

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

2013-02-08 Thread hakre
- Ursprüngliche Message - Von: Zeev Suraski z...@zend.com An: hakre hanskren...@yahoo.de 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

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

2013-02-08 Thread hakre
- Ursprüngliche Message - Von: Gustavo Lopes glo...@nebm.ist.utl.pt An: 'Patrick Schaaf' p...@bof.de; internals@lists.php.net; Frank Liepert frank.liep...@gmx.de CC: 'Derick Rethans' der...@php.net; 'Martin Jansen' mar...@divbyzero.net Gesendet: 12:32 Montag, 4.Februar 2013

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 hanskren...@yahoo.de wrote: - Ursprüngliche Message - Von: Gustavo Lopes glo...@nebm.ist.utl.pt 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

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 cro...@2bepublished.atwrote: 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 glo...@nebm.ist.utl.pt An: 'Patrick Schaaf' p...@bof.de; internals@lists.php.net internals@lists.php.net; Frank Liepert frank.liep...@gmx.de; hakre hanskren...@yahoo.de CC: 'Derick Rethans' der...@php.net; 'Martin Jansen'

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 tyr...@gmail.com wrote: On Fri, Feb 8, 2013 at 9:30 PM, Keyur Govande keyurgova...@gmail.comwrote: On Fri, Feb 8, 2013 at 3:20 AM, Christoph Rosse cro...@2bepublished.at wrote: Hi, could you rename these functions to:

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 hanskren...@yahoo.de wrote: - Ursprüngliche Message - Von: Gustavo Lopes glo...@nebm.ist.utl.pt 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

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 glo...@nebm.ist.utl.pt 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

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 keyurgova...@gmail.comwrote: On Fri, Feb 8, 2013 at 4:01 PM, Ferenc Kovacs tyr...@gmail.com wrote: On Fri, Feb 8, 2013 at 9:30 PM, Keyur Govande keyurgova...@gmail.comwrote: On Fri, Feb 8, 2013 at 3:20 AM, Christoph Rosse