Browse Source

Adding itk again to non-threaded MPMs. Sorry for the confusion

experimental/first_unicode_implementation
Lars Strojny 19 years ago
parent
commit
a25b1f6d6d
  1. 2
      sapi/apache2filter/config.m4
  2. 2
      sapi/apache2handler/config.m4

2
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)

2
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)

Loading…
Cancel
Save