On Sat, 16 Aug 2003, Zeev Suraski wrote:
> zval *tmp;
>
> ALLOC_ZVAL(tmp);
> *tmp = *value;
> zval_copy_ctor(tmp);
> INIT_PZVAL(tmp);

Aha, that makes my little ovl example work.  Which means I must be messing
up my zval in my much more complex example myself.

Thanks.

-Rasmus

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

Reply via email to