Searched refs:zts (Results 1 – 25 of 27) sorted by relevance
12
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
8 WARNING("Apache2 module requires an --enable-zts build of PHP on windows");26 WARNING("Apache2 module requires an --enable-zts build of PHP on windows");
10 ./configure --disable-all --enable-phpdbg --enable-maintainer-zts
8 WARNING("ISAPI module requires an --enable-zts build of PHP");
4 <?php if (!PHP_ZTS) { print "skip only for zts build"; }
5 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>
8 WARNING("AOLSERVER module requires an --enable-zts build of PHP");
9 PHP_ARG_ENABLE(roxen-zts, whether Roxen module is build using ZTS,10 [ --enable-roxen-zts ROXEN: Build the Roxen module using Zend Thread Safety], no, no)
8 (Zend Thread Safe mode). Unless --enable-roxen-zts is specified, this
4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }
11 WARNING("NSAPI module requires an --enable-zts build of PHP");
77 unsigned char zts; member
164 AC_ARG_ENABLE(maintainer-zts,165 [ --enable-maintainer-zts Enable thread safety - for code maintainers only!!],[
202 unsigned char zts; in php_load_extension() member
82 AC_MSG_CHECKING([if zts is enabled])
40 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
13 if basic_functions_module.zts219 if basic_functions_module.zts
41 7. For development use the --enable-maintainer-zts switch to ensure your
1206 part2=zts1208 part2=non-zts1214 extbasedir=$extbasedir-zts1617 | PHP with --enable-maintainer-zts |
165 - Rebuild PHP with --enable-maintainer-zts to check your patch
121 ARG_ENABLE('zts', 'Thread safety', 'yes');
Completed in 58 milliseconds