Searched refs:zts (Results 1 – 21 of 21) sorted by relevance
7 WARNING("Apache 2.0 module requires an --enable-zts build of PHP on windows");25 WARNING("Apache 2.2 module requires an --enable-zts build of PHP on windows");43 WARNING("Apache 2.4 module requires an --enable-zts build of PHP on windows");
2 if basic_functions_module.zts
67 --enable-zts119 zts: [true, false]123 zts: true132 zts: false139 zts: true173 --${{ matrix.zts && 'enable' || 'disable' }}-zts258 --${{ matrix.zts && 'enable' || 'disable' }}-zts319 --${{ matrix.zts && 'enable' || 'disable' }}-zts449 --enable-zts951 zts: true[all …]
71 zts: false74 zts: true76 …name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${…105 …key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{…113 --${{ matrix.zts && 'enable' || 'disable' }}-zts170 --enable-zts199 configurationParameters: --enable-debug --disable-zts
5 // In zts mode, this should no longer detect memory leaks for the objects
6 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>
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");
36 AC_MSG_ERROR(--with-mm cannot be combined with --enable-zts)
75 unsigned char zts; member
31 if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
93 --enable-zts \
98 AC_MSG_CHECKING([if zts is enabled])
4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }
41 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
912 AC_ARG_ENABLE([zts], optenable913 [AS_HELP_STRING([--enable-zts],1438 part2=zts1440 part2=non-zts1446 extbasedir=$extbasedir-zts1857 | PHP with --enable-zts |
287 - Rebuild PHP with `--enable-zts` to check your change compiles and operates348 `--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
13 if basic_functions_module.zts
53 ARG_ENABLE('zts', 'Thread safety', 'yes');
213 … && ./configure --enable-zts --disable-all --enable-debug --enable-opcache --enable-opcache-jit \516 … && ./configure --enable-zts --disable-all --enable-debug --enable-opcache --enable-opcache-jit \
Completed in 24 milliseconds