Date: 10/24/00
- Next message: Sascha Schumann: "Re: [PHP-DEV] session_unset() question"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] mm related"
- In reply to: Stanislav Malyshev: "Re: [PHP-DEV] Serializing references - part I"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sascha Schumann: "Re: [PHP-DEV] session_unset() question"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] mm related"
- In reply to: Stanislav Malyshev: "Re: [PHP-DEV] Serializing references - part I"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

