Re: [PHP-DEV] Serializing references - part I From: Sascha Schumann (sascha <email protected>)
Date: 10/24/00

On Tue, 24 Oct 2000, Stanislav Malyshev wrote:

> SS>> Let us assume that a faster/better/whatever algorithm for
> SS>> this references stuff would appear. The algorithm would need
> SS>> to store additional data. Would you then want to add more
> SS>> init/destroy stuff all over our codebase?
>
> I fear you'd have to do it anyway, because then it probably won't be
> HashTable anymore...

    php_var_hash_t can be typedef'ed to anything. In this case,
    it will be probably a HashTable *.

> But I can define some data type for it. OK, will do
> it on cleanup stage.

    - Sascha

-- 
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>