On Thu, 27 Jan 2005, Andi Gutmans wrote:
> In general it's not useful. It exists so that regular PHP objects can be 
> optimized to use zval ** and not read/write property callbacks. This is 
> faster for example if you're doing increment. However, in most cases of 
> writing extensions I suggest read/write property unless you are just 
> wrapping zval *'s.

If passing those properties by reference to functions works, perfect.
I'll NULL it out then.

- Andrei

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

Reply via email to