Home
last modified time | relevance | path

Searched refs:zts (Results 1 – 20 of 20) sorted by last modified time

/PHP-8.1/.github/workflows/
H A Dpush.yml50 zts: false
52 zts: true
53 … name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
72 …key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${…
79 --${{ matrix.zts && 'enable' || 'disable' }}-zts
113 configurationParameters: --enable-debug --disable-zts
H A Dnightly.yml51 zts: [true, false]
72 --${{ matrix.zts && 'enable' || 'disable' }}-zts
125 zts: [true, false]
154 --${{ matrix.zts && 'enable' || 'disable' }}-zts
200 zts: [true, false]
215 --${{ matrix.zts && 'enable' || 'disable' }}-zts
318 --enable-zts
437 --enable-debug --disable-zts
515 --enable-zts \
662 THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
[all …]
/PHP-8.1/
H A Dconfigure.ac845 AC_ARG_ENABLE([zts], optenable
846 [AS_HELP_STRING([--enable-zts],
1347 part2=zts
1349 part2=non-zts
1355 extbasedir=$extbasedir-zts
1761 | PHP with --enable-zts |
H A DCONTRIBUTING.md263 - Rebuild PHP with `--enable-zts` to check your change compiles and operates
324 `--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
H A D.gdbinit13 if basic_functions_module.zts
/PHP-8.1/.circleci/
H A Dconfig.yml93 --enable-zts \
/PHP-8.1/.github/scripts/windows/
H A Dbuild_task.bat31 if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
/PHP-8.1/scripts/
H A Dphpize.m498 AC_MSG_CHECKING([if zts is enabled])
/PHP-8.1/win32/build/
H A Dconfig.w3251 ARG_ENABLE('zts', 'Thread safety', 'yes');
/PHP-8.1/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.1/Zend/
H A Dzend_modules.h75 unsigned char zts; member
/PHP-8.1/Zend/tests/
H A Dbug74093.phpt6 if (PHP_ZTS) die("skip only for no-zts build");
/PHP-8.1/tests/lang/
H A D045.phpt6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
/PHP-8.1/sapi/phpdbg/
H A D.gdbinit2 if basic_functions_module.zts
/PHP-8.1/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.1/ext/spl/tests/
H A Dobserver_010.phpt5 // In zts mode, this should no longer detect memory leaks for the objects
/PHP-8.1/ext/session/
H A Dconfig.m436 AC_MSG_ERROR(--with-mm cannot be combined with --enable-zts)
/PHP-8.1/ext/phar/
H A Dgdbhelp2 if basic_functions_module.zts
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt41 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
/PHP-8.1/ext/curl/tests/
H A Dbug71144.phpt6 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>

Completed in 51 milliseconds