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
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
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 */
> #