php-src/TSRM
Christoph M. Becker d7bdc040b4
Join shm_pair.info and .segment of Windows shm implementation
There is not much point in having two distinct file mappings; since the
info mapping is very small and of fixed size, we can put it at the
beginning of a single mapping.  Besides the obvious resource savings,
that also simplifies the error handling.

Closes GH-8648.
2022-06-10 17:18:27 +02:00
..
config.w32 Remove unused tsrm_strtok_r() function 2019-07-12 13:14:24 +02:00
LICENSE
threads.m4 Remove PTHREADS_ASSIGN_VARS 2019-07-05 23:26:20 +02:00
tsrm_win32.c Join shm_pair.info and .segment of Windows shm implementation 2022-06-10 17:18:27 +02:00
tsrm_win32.h Join shm_pair.info and .segment of Windows shm implementation 2022-06-10 17:18:27 +02:00
TSRM.c Minor refactoring of main/main.c and TSRM (#8608) 2022-05-24 08:34:55 +01:00
TSRM.h Replace php_stdint.h header with standard headers (#8613) 2022-05-29 11:20:56 +01:00
tsrm.m4 Merge branch 'PHP-7.4' 2019-07-01 13:26:17 +02:00