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
..
m4 fix #71609: Segmentation fault on ZTS with gethostbyname 2016-03-31 12:39:01 +01:00
acinclude.m4 MFB_4_3: Quote macro names in AC_DEFUN() 2004-12-30 07:08:39 +00:00
build.mk Use modern autotools name of configure.ac instead of configure.in 2017-01-27 06:07:40 +00:00
buildconf
config.w32 moved most of the core to use static tsrm ls cache pointer 2014-10-15 16:33:40 +02:00
configure.ac Use modern autotools name of configure.ac instead of configure.in 2017-01-27 06:07:40 +00:00
LICENSE - Update to 2006 2006-01-04 23:55:42 +00:00
Makefile.am initial move on renaming files and fixing includes 2013-10-17 09:43:52 +02:00
readdir.h Path handling related refactorings 2016-12-22 14:56:47 +01:00
threads.m4 Fixed build failure introduced by PR #2158 2016-10-29 18:49:38 +02:00
TODO
tsrm_config_common.h vim folds and mode lines yet 2017-07-04 17:06:52 +02:00
tsrm_config.w32.h vim folds and mode lines yet 2017-07-04 17:06:52 +02:00
tsrm_strtok_r.c vim folds and mode lines yet 2017-07-04 17:06:52 +02:00
tsrm_strtok_r.h properly export tsrm_strtok_r() 2014-10-05 13:20:27 +02:00
tsrm_win32.c vim folds and mode lines yet 2017-07-04 17:06:52 +02:00
tsrm_win32.h vim folds and mode lines yet 2017-07-04 17:06:52 +02:00
TSRM.c vim folds and mode lines yet 2017-07-04 17:06:52 +02:00
TSRM.h Fix C++ compatibility for TSRM_TLS 2017-11-15 12:44:04 +01:00
tsrm.m4 fix #71609: Segmentation fault on ZTS with gethostbyname 2016-03-31 12:39:01 +01:00