php-src/ext/shmop/tests
Christoph M. Becker 1892e3abaa Fix brittle shmop test
To solve bug #70886, the test uses random keys to prevent collisions;
however, this is not guaranteed, and as such it may even collide with
other tests in the shmop test suite.  The proper solution would be to
use a single key (which could be randomly generated), but to actually
`shmop_close()` after each `shmop_delete()`.  This would, however, not
work on Windows due to bug #65987.  Therefore we use three different
keys for now.
2020-05-13 23:25:28 +02:00
..
001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
002.phpt Fix brittle shmop test 2020-05-13 23:25:28 +02:00
shmop_open_private.phpt Fix #79566: Private SHM is not private on Windows 2020-05-05 11:38:29 +02:00