Re: [PHP-DEV] [RFC] zend_parse_parameters() improvements

2013-01-03 Thread Ferenc Kovacs
On Wed, Jan 2, 2013 at 3:29 PM, Gustavo Lopes wrote: > Em 2012-07-18 23:05, Gustavo Lopes escreveu: > > Some deficiencies in zpp have been constrai >> ning the implementation of common scenarios such as 'allow integer or >> NULL'* or the more general 'allow different types for an argument'**. >>

Re: [PHP-DEV] [RFC] zend_parse_parameters() improvements

2013-01-03 Thread Lars Strojny
The is_null feature is really helpful. Thanks! Am 02.01.2013 um 16:26 schrieb Johannes Schlüter : > > > Gustavo Lopes wrote: >> I've written an RFC. It's available on: >> >> > > The patch is mssing an update to README.PARAMETER_PARSING and if you ant to

Re: [PHP-DEV] [RFC] zend_parse_parameters() improvements

2013-01-02 Thread Johannes Schlüter
Gustavo Lopes wrote: >I've written an RFC. It's available on: > > The patch is mssing an update to README.PARAMETER_PARSING and if you ant to truly export zend_parse_parameter() please mark it as ZENDAPI so it's available from shared extensions and such.

[PHP-DEV] [RFC] zend_parse_parameters() improvements

2013-01-02 Thread Gustavo Lopes
Em 2012-07-18 23:05, Gustavo Lopes escreveu: Some deficiencies in zpp have been constrai ning the implementation of common scenarios such as 'allow integer or NULL'* or the more general 'allow different types for an argument'**. I've written an RFC. It's available on: