1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00
Files
archived-php-src/TSRM
Anatol Belski 0e5d4ea555 Fix C++ compatibility for TSRM_TLS
If a C++11 source is compiled, thread_local is preferred. Furthermore,
at least GCC treats __thread vs. thread_local a different way and under
certain circumstances would refuse to compile __thread is a C++11 source.
This change is far behind in time, any up-to-date compiler supports C++11
and otherwise it won't take effect on lower versions.
2017-11-15 12:44:04 +01:00
..
2006-01-04 23:55:42 +00:00
2016-12-22 14:56:47 +01:00
2017-07-04 17:06:52 +02:00
2017-07-04 17:06:52 +02:00
2017-07-04 17:06:52 +02:00
2017-07-04 17:06:52 +02:00
2017-07-04 17:06:52 +02:00
2017-11-15 12:44:04 +01:00