[GIT-PULLS] [php-src] PR #22911: Fixes leaked System V shared-memory segments in tests
[email protected] (NickSdot) Tue, 28 Jul 2026 18:16:15 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22911 Author: NickSdot The two tests leave System V IPC segments behind after successful execution. Repeated test-suite runs can exhaust IPC limits and cause unrelated SHMOP/SysV tests to fail.