From: Lars Strojny Date: Sun, 9 Mar 2008 12:35:56 +0000 (+0000) Subject: sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs... X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~647 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a344adf72e48d725575c22b9955e028d7fdf6a52;p=php sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs (thanks Hannes) --- diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index e4c7de2063..b10720a18a 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" && test "$APXS_MPM" != "itk"; then + if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then PHP_BUILD_THREAD_SAFE fi AC_MSG_RESULT(yes) diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 95217908fd..72c6383b37 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" && test "$APXS_MPM" != "itk"; then + if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then PHP_BUILD_THREAD_SAFE fi AC_MSG_RESULT(yes)