]> granicus.if.org Git - php/commitdiff
Adding itk again to non-threaded MPMs. Sorry for the confusion
authorLars Strojny <lstrojny@php.net>
Tue, 11 Mar 2008 22:50:41 +0000 (22:50 +0000)
committerLars Strojny <lstrojny@php.net>
Tue, 11 Mar 2008 22:50:41 +0000 (22:50 +0000)
sapi/apache2filter/config.m4
sapi/apache2handler/config.m4

index 201b868aca06fad02edf2bbaa85b817d01345801..4f765663466373ea53cf364b8a989f92695f6964 100644 (file)
@@ -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)
index b414b3f23f3cba8c042b5c7b8610d0348988c511..f639ca918581f7b65bbbc35b8bd0c18de6d7f3a8 100644 (file)
@@ -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)