Searched refs:PHP_ZTS (Results 1 – 13 of 13) sorted by relevance
73 #define PHP_ZTS 1 macro75 #define PHP_ZTS 0 macro
48 const PHP_ZTS = UNKNOWN; define
13 REGISTER_BOOL_CONSTANT("PHP_ZTS", PHP_ZTS, CONST_PERSISTENT); in register_main_symbols()
7 if(!PHP_ZTS) { die('skip ZTS required'); }
6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
6 if (PHP_ZTS) die("skip only for no-zts build");
8 if (PHP_ZTS) {
5 if (PHP_OS_FAMILY === 'Windows' && PHP_ZTS) {
11 if (PHP_ZTS == "no") {
19 if (PHP_ZTS != "no") {
1962 ar[k++] = ['Thread Safety', PHP_ZTS == "yes" ? "Yes" : "No"];2011 …var ini_dir = PHP_OBJECT_OUT_DIR + ("yes" == PHP_DEBUG ? "Debug" : "Release") + ("yes" == PHP_ZTS …2341 MF.WriteLine("var PHP_ZTS=" + '"' + (PHP_ZTS.toLowerCase() == "yes" ? "Yes" : "No") + '"');2370 CJ.WriteLine("var PHP_ZTS =" + '"' + PHP_ZTS + '"');3484 if (PHP_ZTS == "yes") {3491 DEFINE("PHP_ZTS_ARCHIVE_POSTFIX", PHP_ZTS == "yes" ? '' : "-nts");3494 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {3500 } else if (PHP_DEBUG == "yes" && PHP_ZTS == "no") {3506 } else if (PHP_DEBUG == "no" && PHP_ZTS == "yes") {3512 } else if (PHP_DEBUG == "no" && PHP_ZTS == "no") {
5 if (PHP_ZTS) { print "skip only for no-zts build"; }
Completed in 24 milliseconds