1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-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
..
2006-01-04 23:55:42 +00:00
2019-07-01 13:26:17 +02:00