1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00
Files
archived-php-src/ext/com_dotnet
Christoph M. Becker 98b6330ab4 Fix TsHashTable related race conditions
Although TsHashTable and the according API are supposed to easily make
a HashTable thread-safe, they do not; for instance, there can be race
conditions between finding and updating entries.  We therefore avoid
the usage of TsHashTable in favor of a HashTable with our own mutex
management.

The patch has been provided by krakjoe@php.net; I only did some minor
fixes and tweaks.
2019-07-08 10:31:36 +02:00
..
2019-03-18 19:26:08 +01:00
2019-03-12 00:35:35 +01:00
2019-02-03 21:03:00 +01:00
2018-07-25 00:53:25 +02:00
2003-08-14 20:48:06 +00:00
2019-02-03 21:03:00 +01:00