Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3879 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70436 invoked by uid 1007); 13 Aug 2003 15:15:13 -0000 Message-ID: <20030813151513.70412.qmail@pb1.pair.com> To: internals@lists.php.net Date: Wed, 13 Aug 2003 17:15:25 +0200 Lines: 10 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 80.126.21.70 Subject: hash table question From: abies@php.net ("Ard Biesheuvel") For my upcoming improvement of interbase.c, which features asynchronous handling of events posted in the database, I need to maintain a per-link list of event names (string) and callbacks (zval). Would using zend_hash tables be the right way to do this ? Ard