mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
f303840a86
If our `shmget()` fails for certain reasons, the segment handle is closed. However, the handle might be reused by Windows, and as such we must not close it again when shutting down the TSRM. Closes GH-15984. |
||
---|---|---|
.. | ||
config.w32 | ||
LICENSE | ||
threads.m4 | ||
tsrm_win32.c | ||
tsrm_win32.h | ||
TSRM.c | ||
TSRM.h | ||
tsrm.m4 |