Home
last modified time | relevance | path

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

/PHP-7.1/sapi/apache2handler/
H A Dconfig.w328 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");
/PHP-7.1/sapi/phpdbg/
H A D.gdbinit2 if basic_functions_module.zts
/PHP-7.1/sapi/phpdbg/travis/
H A Dci.sh10 ./configure --disable-all --enable-phpdbg --enable-maintainer-zts
/PHP-7.1/ext/standard/tests/strings/
H A Dbug65947.phpt4 <?php if (!PHP_ZTS) { print "skip only for zts build"; }
/PHP-7.1/ext/spl/tests/
H A Dobserver_010.phpt5 // In maintainer zts mode, this should no longer
/PHP-7.1/ext/curl/tests/
H A Dbug71144.phpt5 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>
/PHP-7.1/Zend/tests/
H A Dbug74093.phpt6 if (PHP_ZTS) die("skip only for no-zts build");
H A Dgc_029.phpt4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }
H A Dgc_029_zts.phpt4 <?php if (!PHP_ZTS) { print "skip only for zts build"; }
/PHP-7.1/tests/lang/
H A D045.phpt6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
/PHP-7.1/Zend/
H A Dzend_modules.h77 unsigned char zts; member
H A DZend.m4156 AC_ARG_ENABLE(maintainer-zts,
157 [ --enable-maintainer-zts Enable thread safety - for code maintainers only!!],[
/PHP-7.1/appveyor/
H A Dbuild_task.bat39 if "%THREAD_SAFE%" equ "0" set ADD_CONF=--disable-zts
/PHP-7.1/ext/phar/
H A Dgdbhelp2 if basic_functions_module.zts
/PHP-7.1/scripts/
H A Dphpize.m482 AC_MSG_CHECKING([if zts is enabled])
/PHP-7.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt40 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
/PHP-7.1/
H A DREADME.GIT-RULES41 7. For development use the --enable-maintainer-zts switch to ensure your
H A Dconfigure.in1216 part2=zts
1218 part2=non-zts
1224 extbasedir=$extbasedir-zts
1630 | PHP with --enable-maintainer-zts |
H A DREADME.SUBMITTING_PATCH166 - Rebuild PHP with --enable-maintainer-zts to check your patch
H A D.gdbinit13 if basic_functions_module.zts
H A Dacinclude.m42813 with-zend-vm | enable-maintainer-zts | enable-inline-optimization[)];;
/PHP-7.1/win32/build/
H A Dconfig.w3249 ARG_ENABLE('zts', 'Thread safety', 'yes');
/PHP-7.1/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }

Completed in 36 milliseconds