Searched refs:PHP_ZTS (Results 1 – 15 of 15) sorted by relevance
66 #define PHP_ZTS 1 macro68 #define PHP_ZTS 0 macro
41 const PHP_ZTS = UNKNOWN; define
14 REGISTER_LONG_CONSTANT("PHP_ZTS", PHP_ZTS, CONST_PERSISTENT); in register_main_symbols()
6 if (PHP_ZTS == "no") {24 if (PHP_ZTS == "no") {42 if (PHP_ZTS == "no") {
7 if(PHP_ZTS == 0) { die('skip ZTS required'); }
6 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>
15 … return "php" . PHP_MAJOR_VERSION . (PHP_ZTS ? "ts" : "") . (PHP_DEBUG ? "_debug" : "") . ".dll";
6 if (PHP_ZTS) die("skip only for no-zts build");
6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
8 if (PHP_ZTS) {
5 if (PHP_OS_FAMILY === 'Windows' && PHP_ZTS) {
24 if (PHP_ZTS == "yes") {
1964 ar[k++] = ['Thread Safety', PHP_ZTS == "yes" ? "Yes" : "No"];2013 …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 + '"');3505 if (PHP_ZTS == "yes") {3512 DEFINE("PHP_ZTS_ARCHIVE_POSTFIX", PHP_ZTS == "yes" ? '' : "-nts");3515 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {3521 } else if (PHP_DEBUG == "yes" && PHP_ZTS == "no") {3527 } else if (PHP_DEBUG == "no" && PHP_ZTS == "yes") {3533 } else if (PHP_DEBUG == "no" && PHP_ZTS == "no") {
4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }
Completed in 24 milliseconds