Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/sapi/apache2filter/
H A Dconfig.w328 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");
/PHP-5.5/sapi/isapi/
H A Dconfig.w328 WARNING("ISAPI module requires an --enable-zts build of PHP");
/PHP-5.5/ext/standard/tests/strings/
H A Dbug65947.phpt4 <?php if (!PHP_ZTS) { print "skip only for zts build"; }
/PHP-5.5/sapi/aolserver/
H A Dconfig.w328 WARNING("AOLSERVER module requires an --enable-zts build of PHP");
/PHP-5.5/sapi/roxen/
H A Dconfig.m49 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)
H A DREADME8 (Zend Thread Safe mode). Unless --enable-roxen-zts is specified, this
/PHP-5.5/Zend/tests/
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-5.5/sapi/nsapi/
H A Dconfig.w3211 WARNING("NSAPI module requires an --enable-zts build of PHP");
/PHP-5.5/Zend/
H A Dzend_modules.h77 unsigned char zts; member
H A DZend.m4164 AC_ARG_ENABLE(maintainer-zts,
165 [ --enable-maintainer-zts Enable thread safety - for code maintainers only!!],[
/PHP-5.5/ext/phar/
H A Dgdbhelp2 if basic_functions_module.zts
/PHP-5.5/ext/standard/
H A Ddl.c202 unsigned char zts; in php_load_extension() member
/PHP-5.5/scripts/
H A Dphpize.m482 AC_MSG_CHECKING([if zts is enabled])
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt40 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
/PHP-5.5/
H A D.gdbinit13 if basic_functions_module.zts
219 if basic_functions_module.zts
H A DREADME.GIT-RULES41 7. For development use the --enable-maintainer-zts switch to ensure your
H A Dconfigure.in1203 part2=zts
1205 part2=non-zts
1211 extbasedir=$extbasedir-zts
1613 | PHP with --enable-maintainer-zts |
H A DREADME.SUBMITTING_PATCH165 - Rebuild PHP with --enable-maintainer-zts to check your patch
H A Dacinclude.m42742 with-zend-vm | enable-maintainer-zts | enable-inline-optimization[)];;
H A DNEWS2598 . Fixed bug #63093 (Segfault while load extension failed in zts-build).
2672 . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
7889 --enable-maintainer-zts). (Dmitry)
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }
/PHP-5.5/win32/build/
H A Dconfig.w32121 ARG_ENABLE('zts', 'Thread safety', 'yes');

Completed in 79 milliseconds