lstrojny Tue Mar 11 22:50:41 2008 UTC
Modified files:
/php-src/sapi/apache2handler config.m4
Log:
Adding itk again to non-threaded MPMs. Sorry for the confusion
http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/config.m4?r1=1.20&r2=1.21&diff_format=u
Index: php-src/sapi/apache2handler/config.m4
diff -u php-src/sapi/apache2handler/config.m4:1.20
php-src/sapi/apache2handler/config.m4:1.21
--- php-src/sapi/apache2handler/config.m4:1.20 Sun Mar 9 12:37:05 2008
+++ php-src/sapi/apache2handler/config.m4 Tue Mar 11 22:50:41 2008
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.20 2008/03/09 12:37:05 lstrojny Exp $
+dnl $Id: config.m4,v 1.21 2008/03/11 22:50:41 lstrojny Exp $
dnl
PHP_ARG_WITH(apxs2,,
@@ -117,7 +117,7 @@
;;
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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php