Re: [PHP-DEV] Returning references cleanup From: Andi Gutmans (andi <email protected>)
Date: 12/17/99

At 10:20 AM 12/16/99 -0600, Andrei Zmievski wrote:
>So, now that we've standardized how a function returns references, do we
>still need to cleanup the way internal functions handle return_value? I
>remember Andi mentioning that some of the functions behaved badly and
>overwrote is_ref/refcount or something like that.

All it means is that you can't return references or zval's with refcount
more than 1 from internal functions. This is something which couldn't be
done before. If we really have internal functions which could benefit from
this we can think of a way to make this happen (maybe).

Andi

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>