On Fri, 11 May 2001, Jason Greene wrote:
> Its actually not that pretty....
> Since the entries are in a hashtable,
> you have to duplicate the values, with just another key.

You could just reuse the same value with refcount++ but that means you
can't use nice add_* functions, gotta use zend_hash_* ones directly. ;-)

-Andrei

The Heineken Uncertainty Principle:
  You can never be sure how many beers you had last night.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to