mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.