why not keep ZVAL_ADDREF ZVAL_DELREF for 3rd party source level
compatibility reason and deprecate it?
e.g.:
pecl/event/event.c: 790
    ZVAL_ADDREF(ev->php_cb_arg);


On Sep 4, 2007 10:24 PM, David Wang <[EMAIL PROTECTED]> wrote:
>
> One thing to note is that I removed the existing ZVAL_ADDREF and
> ZVAL_DELREF in favor of Z_ADDREF_P and Z_DELREF_P that do the same
> thing. The original duo acted on zval pointers contrary to standard
> form for macro names.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to