Hi all,

On Wed, Feb 11, 2015 at 8:15 PM, Dmitry Stogov <dmi...@zend.com> wrote:

> I don't think it'll improve something, and may complicate merging from
> PHP5 (this is not a big issue, because merging is already not simple).
>
> In any case, the names should be swapped, to be used as:
>
>     php_error_docref(E_WARNING, "recursion detected");
>
> or
>
>     php_error_docref_ex(NULL, E_WARNING, "recursion detected");
>
>
> also macros with __VA_ARGS__ may be not portable, s it should be
> implemented differently.


It's even better.
+1

Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net

Reply via email to