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.h73 #define PHP_ZTS 1 macro
75 #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/ext/zip/tests/
H A Dbug72660.phpt7 if(!PHP_ZTS) { die('skip ZTS required'); }
/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/sapi/apache2handler/
H A Dconfig.w3211 if (PHP_ZTS == "no") {
/php-src/ext/gettext/tests/
H A Dbug66267.phpt8 if (PHP_ZTS) {
/php-src/ext/openssl/
H A Dconfig.w3219 if (PHP_ZTS != "no") {
/php-src/win32/build/
H A Dconfutils.js1957 ar[k++] = ['Thread Safety', PHP_ZTS == "yes" ? "Yes" : "No"];
2006 …var ini_dir = PHP_OBJECT_OUT_DIR + ("yes" == PHP_DEBUG ? "Debug" : "Release") + ("yes" == PHP_ZTS
2336 MF.WriteLine("var PHP_ZTS=" + '"' + (PHP_ZTS.toLowerCase() == "yes" ? "Yes" : "No") + '"');
2365 CJ.WriteLine("var PHP_ZTS =" + '"' + PHP_ZTS + '"');
3482 if (PHP_ZTS == "yes") {
3489 DEFINE("PHP_ZTS_ARCHIVE_POSTFIX", PHP_ZTS == "yes" ? '' : "-nts");
3492 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {
3498 } else if (PHP_DEBUG == "yes" && PHP_ZTS == "no") {
3504 } else if (PHP_DEBUG == "no" && PHP_ZTS == "yes") {
3510 } 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 DNEWS442 . 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 29 milliseconds