From: David Hedbor Date: Tue, 29 Feb 2000 01:10:37 +0000 (+0000) Subject: Removed warning about ZTS since it works fine now. X-Git-Tag: PHP-4.0-RC1~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97cea1b9334573ef1cb6cfa094dd207340137ad1;p=php Removed warning about ZTS since it works fine now. --- diff --git a/sapi/roxen/config.m4 b/sapi/roxen/config.m4 index 2fc19e3f58..144a450975 100644 --- a/sapi/roxen/config.m4 +++ b/sapi/roxen/config.m4 @@ -41,18 +41,11 @@ if test "$RESULT" != "no" ; then RESULT=no AC_MSG_CHECKING(if Roxen should use ZTS) AC_ARG_ENABLE(roxen-zts, - [ --enable-roxen-zts Build the Roxen module using Zend Thread Safety. - This is not required to run the module in a threaded - Roxen and it doesn't improve performance. PHP calls - are normally made in a serialized mode.], + [ --enable-roxen-zts Build the Roxen module using Zend Thread Safety.], [ PHP_BUILD_THREAD_SAFE AC_DEFINE(ROXEN_USE_ZTS,1,[Whether to use Roxen in ZTS mode]) - RESULT="yes - *** You have choosen to compile with PHP thread safety - *** enabled. This is not a requirement for the Roxen - *** PHP module, even if Roxen runs in multi-threaded mode. - *** It will as a matter of fact make performance worse." + RESULT="yes" ]) AC_MSG_RESULT($RESULT)