Home
last modified time | relevance | path

Searched refs:PHP_ZTS (Results 1 – 16 of 16) sorted by relevance

/php-src/main/
H A Dphp_main.h67 #define PHP_ZTS 1 macro
69 #define PHP_ZTS 0 macro
H A Dmain.stub.php41 const PHP_ZTS = UNKNOWN; define
H A Dmain_arginfo.h12 REGISTER_BOOL_CONSTANT("PHP_ZTS", PHP_ZTS, CONST_PERSISTENT); in register_main_symbols()
/php-src/sapi/apache2handler/
H A Dconfig.w326 if (PHP_ZTS == "no") {
24 if (PHP_ZTS == "no") {
42 if (PHP_ZTS == "no") {
/php-src/ext/zip/tests/
H A Dbug72660.phpt7 if(!PHP_ZTS) { die('skip ZTS required'); }
/php-src/ext/curl/tests/
H A Dbug71144.phpt6 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>
/php-src/ext/ffi/tests/
H A Dutils.inc15 … return "php" . PHP_MAJOR_VERSION . (PHP_ZTS ? "ts" : "") . (PHP_DEBUG ? "_debug" : "") . ".dll";
/php-src/tests/lang/
H A D045.phpt6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
/php-src/Zend/tests/
H A Dbug74093.phpt6 if (PHP_ZTS) die("skip only for no-zts build");
/php-src/ext/standard/tests/file/
H A Drealpath_bug77484.phpt8 if (PHP_ZTS) {
H A Dsymlink_link_linkinfo_is_link_error2.phpt5 if (PHP_OS_FAMILY === 'Windows' && PHP_ZTS) {
/php-src/ext/gettext/tests/
H A Dbug66267.phpt8 if (PHP_ZTS) {
/php-src/win32/build/
H A Dconfutils.js1964 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 + '"');
3506 if (PHP_ZTS == "yes") {
3513 DEFINE("PHP_ZTS_ARCHIVE_POSTFIX", PHP_ZTS == "yes" ? '' : "-nts");
3516 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {
3522 } else if (PHP_DEBUG == "yes" && PHP_ZTS == "no") {
3528 } else if (PHP_DEBUG == "no" && PHP_ZTS == "yes") {
3534 } else if (PHP_DEBUG == "no" && PHP_ZTS == "no") {
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt5 if (PHP_ZTS) { print "skip only for no-zts build"; }
/php-src/
H A DNEWS13 . Changed the type of PHP_DEBUG and PHP_ZTS constants to bool. (haszi)
H A DUPGRADING31 . The type of PHP_DEBUG and PHP_ZTS constants changed to bool.

Completed in 58 milliseconds