Re: [PHP-DEV] Fast zend_parse_parameters API

2014-09-04 Thread Dmitry Stogov
On Thu, Sep 4, 2014 at 5:32 PM, Derick Rethans wrote: > On Thu, 4 Sep 2014, Bob Weinand wrote: > > > After a long time… back to our fast_zpp RFC. > > > > Initially Dmitry proposed to have two different APIs, one for the fast > version, one for current version: > > #if FAST_ZPP > > /* new API

Re: [PHP-DEV] Fast zend_parse_parameters API

2014-09-04 Thread Derick Rethans
On Thu, 4 Sep 2014, Bob Weinand wrote: > After a long time… back to our fast_zpp RFC. > > Initially Dmitry proposed to have two different APIs, one for the fast > version, one for current version: > #if FAST_ZPP > /* new API */ > #else > /* old style zend_parse_parameters API */ > #endif

Re: [PHP-DEV] Fast zend_parse_parameters API

2014-09-04 Thread Andrea Faulds
On 4 Sep 2014, at 13:23, Bob Weinand wrote: > After a long time… back to our fast_zpp RFC. > > Initially Dmitry proposed to have two different APIs, one for the fast > version, one for current version: > #if FAST_ZPP >/* new API */ > #else >/* old style zend_parse_parameters API */ > #