Date: 12/17/99
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2987 Updated: latest CVS segfaults"
- Previous message: Andrei Zmievski: "[PHP-DEV] Extension naming standards"
- In reply to: Andrei Zmievski: "[PHP-DEV] Returning references cleanup"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Returning references cleanup"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Returning references cleanup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2987 Updated: latest CVS segfaults"
- Previous message: Andrei Zmievski: "[PHP-DEV] Extension naming standards"
- In reply to: Andrei Zmievski: "[PHP-DEV] Returning references cleanup"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Returning references cleanup"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Returning references cleanup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

