mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
![]() Hereby, interned strings are supported in thread safe PHP. The patch implements two types of interned strings - interning per process, strings are not freed till process end - interning per request, strings are freed at request end There is no runtime interning. With Opcache, all the permanent iterned strings are copied into SHM on startup, additional copying into SHM might happen on demand. |
||
---|---|---|
.. | ||
m4 | ||
acinclude.m4 | ||
build.mk | ||
buildconf | ||
config.w32 | ||
configure.ac | ||
LICENSE | ||
Makefile.am | ||
readdir.h | ||
threads.m4 | ||
TODO | ||
TSRM.c | ||
TSRM.h | ||
tsrm.m4 | ||
tsrm_config.w32.h | ||
tsrm_config_common.h | ||
tsrm_strtok_r.c | ||
tsrm_strtok_r.h | ||
tsrm_win32.c | ||
tsrm_win32.h |