[PHP-DEV] hash table question

2003-08-14 Thread 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 -- PHP Internals - PHP Runtime Dev

Re: [PHP-DEV] hash table question

2003-08-14 Thread Zeev Suraski
At 18:15 13/08/2003, Ard Biesheuvel wrote: 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 ? I