Home
last modified time | relevance | path

Searched refs:zts (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/.github/workflows/
H A Dpush.yml27 zts: false
29 zts: true
30 … name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
46 --${{ matrix.zts && 'enable' || 'disable' }}-zts
91 --enable-zts
115 configurationParameters: --enable-debug --disable-zts
H A Dnightly.yml45 zts: [true, false]
66 --${{ matrix.zts && 'enable' || 'disable' }}-zts
115 zts: [true, false]
144 --${{ matrix.zts && 'enable' || 'disable' }}-zts
186 zts: [true, false]
187 …ranch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }…
201 --${{ matrix.zts && 'enable' || 'disable' }}-zts
253 configurationParameters: --enable-debug --disable-zts --enable-gcov
295 --enable-zts
409 --enable-debug --disable-zts
[all …]
/PHP-8.0/sapi/phpdbg/
H A D.gdbinit2 if basic_functions_module.zts
/PHP-8.0/sapi/apache2handler/
H A Dconfig.w327 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");
/PHP-8.0/ext/spl/tests/
H A Dobserver_010.phpt5 // In zts mode, this should no longer detect memory leaks for the objects
/PHP-8.0/ext/curl/tests/
H A Dbug71144.phpt5 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>
/PHP-8.0/tests/lang/
H A D045.phpt6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
/PHP-8.0/Zend/tests/
H A Dbug74093.phpt6 if (PHP_ZTS) die("skip only for no-zts build");
/PHP-8.0/ext/session/
H A Dconfig.m436 AC_MSG_ERROR(--with-mm cannot be combined with --enable-zts)
/PHP-8.0/Zend/
H A Dzend_modules.h75 unsigned char zts; member
/PHP-8.0/ext/phar/
H A Dgdbhelp2 if basic_functions_module.zts
/PHP-8.0/.github/scripts/windows/
H A Dbuild_task.bat51 if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
/PHP-8.0/scripts/
H A Dphpize.m498 AC_MSG_CHECKING([if zts is enabled])
/PHP-8.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }
/PHP-8.0/
H A Dconfigure.ac811 AC_ARG_ENABLE([zts], optenable
812 [AS_HELP_STRING([--enable-zts],
1226 part2=zts
1228 part2=non-zts
1234 extbasedir=$extbasedir-zts
1561 | PHP with --enable-zts |
H A DUPGRADING.INTERNALS436 1. --enable-maintainer-zts is renamed --enable-zts for parity with Windows
H A DCONTRIBUTING.md262 - Rebuild PHP with `--enable-zts` to check your change compiles and operates
323 `--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
H A D.gdbinit13 if basic_functions_module.zts
/PHP-8.0/ext/pdo_odbc/tests/
H A Dlong_columns.phpt40 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
/PHP-8.0/win32/build/
H A Dconfig.w3251 ARG_ENABLE('zts', 'Thread safety', 'yes');

Completed in 42 milliseconds