php-src/TSRM
Christoph M. Becker f303840a86
Prevent closing of unrelated handles
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.
2024-09-22 17:24:01 +02:00
..
config.w32 Remove unused tsrm_strtok_r() function 2019-07-12 13:14:24 +02:00
LICENSE
threads.m4 Fix GH-13727: macro generating invalid call test prototypes fixes. 2024-03-18 06:53:39 +00:00
TSRM.c Fix GH-11188: Error when building TSRM in ARM64 2024-06-03 20:28:55 +02:00
TSRM.h Fix GH-11188: Error when building TSRM in ARM64 2024-06-03 20:28:55 +02:00
tsrm.m4 Merge branch 'PHP-7.4' 2019-07-01 13:26:17 +02:00
tsrm_win32.c Prevent closing of unrelated handles 2024-09-22 17:24:01 +02:00
tsrm_win32.h Join shm_pair.info and .segment of Windows shm implementation 2022-06-10 17:18:27 +02:00