Searched refs:zts (Results 1 – 24 of 24) sorted by relevance
8 WARNING("Apache 2.0 module requires an --enable-zts build of PHP on windows");26 WARNING("Apache 2.2 module requires an --enable-zts build of PHP on windows");44 WARNING("Apache 2.4 module requires an --enable-zts build of PHP on windows");
2 if basic_functions_module.zts
10 ./configure --disable-all --enable-phpdbg --enable-maintainer-zts
5 // In maintainer zts mode, this should no longer
4 <?php if (!PHP_ZTS) { print "skip only for zts build"; }
5 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>
6 if (PHP_ZTS) die("skip only for no-zts build");
4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }
6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
33 AC_MSG_ERROR(--with-mm cannot be combined with --enable-maintainer-zts)
77 unsigned char zts; member
156 AC_ARG_ENABLE(maintainer-zts,157 [ --enable-maintainer-zts Enable thread safety - for code maintainers only!!],[
51 if "%THREAD_SAFE%" equ "0" set ADD_CONF=--disable-zts
82 AC_MSG_CHECKING([if zts is enabled])
40 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
42 and the --enable-maintainer-zts switch to ensure your code handles
1227 part2=zts1229 part2=non-zts1235 extbasedir=$extbasedir-zts1622 | PHP with --enable-maintainer-zts |
166 - Rebuild PHP with --enable-maintainer-zts to check your patch
13 if basic_functions_module.zts
2801 with-zend-vm | enable-maintainer-zts | enable-inline-optimization[)];;
49 ARG_ENABLE('zts', 'Thread safety', 'yes');
Completed in 50 milliseconds