]> granicus.if.org Git - php/commit
added thread safe hashtable which allows concurrent
authorHarald Radi <phanto@php.net>
Wed, 20 Mar 2002 21:26:46 +0000 (21:26 +0000)
committerHarald Radi <phanto@php.net>
Wed, 20 Mar 2002 21:26:46 +0000 (21:26 +0000)
commitd5e64b2287b1a8c38d29af1597af6d63a0f7e68c
treea15421fd90dd99ec7b0a0a2719e524031fe733de
parent4586665c19f7c7d4b229847de7b6af5eac7ed03f
added thread safe hashtable which allows concurrent
reads but only exclusive writes
Zend/ZendTS.dsp
Zend/zend.h
Zend/zend_ts_hash.c [new file with mode: 0644]
Zend/zend_ts_hash.h [new file with mode: 0644]