1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Files
archived-php-src/TSRM
Anatol Belski c698299550 Interned strings unification for TS/NTS
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.
2017-03-04 10:39:13 +01:00
..
2006-01-04 23:55:42 +00:00
2016-12-22 14:56:47 +01:00
2016-11-12 11:20:01 +01:00
2015-01-10 15:07:38 -08:00
2017-01-02 09:30:12 -06:00
2017-01-02 09:30:12 -06:00
2017-03-04 10:39:13 +01:00
2017-03-04 10:39:13 +01:00