From: Lars Strojny Date: Tue, 11 Mar 2008 22:50:41 +0000 (+0000) Subject: Adding itk again to non-threaded MPMs. Sorry for the confusion X-Git-Tag: RELEASE_2_0_0a1~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a25b1f6d6d815dd3ec670f37e85b3ad831e3edd1;p=php Adding itk again to non-threaded MPMs. Sorry for the confusion --- diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 201b868aca..4f76566346 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -118,7 +118,7 @@ if test "$PHP_APXS2FILTER" != "no"; then ;; esac - if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then + if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then PHP_BUILD_THREAD_SAFE fi AC_MSG_RESULT(yes) diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index b414b3f23f..f639ca9185 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -117,7 +117,7 @@ if test "$PHP_APXS2" != "no"; then ;; esac - if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then + if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then PHP_BUILD_THREAD_SAFE fi AC_MSG_RESULT(yes)