lstrojny Sun Mar 9 12:37:05 2008 UTC
Modified files:
/php-src/sapi/apache2filter config.m4
/php-src/sapi/apache2handler config.m4
Log:
sapi/apache2(handler|filter)/config.m4: Removing itk from the list of
threaded MPMs (thanks Hannes)
http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2filter/config.m4?r1=1.46&r2=1.47&diff_format=u
Index: php-src/sapi/apache2filter/config.m4
diff -u php-src/sapi/apache2filter/config.m4:1.46
php-src/sapi/apache2filter/config.m4:1.47
--- php-src/sapi/apache2filter/config.m4:1.46 Sun Mar 9 01:10:13 2008
+++ php-src/sapi/apache2filter/config.m4 Sun Mar 9 12:37:05 2008
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.46 2008/03/09 01:10:13 lstrojny Exp $
+dnl $Id: config.m4,v 1.47 2008/03/09 12:37:05 lstrojny Exp $
dnl
PHP_ARG_WITH(apxs2filter,,
@@ -118,7 +118,7 @@
;;
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)
http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/config.m4?r1=1.19&r2=1.20&diff_format=u
Index: php-src/sapi/apache2handler/config.m4
diff -u php-src/sapi/apache2handler/config.m4:1.19
php-src/sapi/apache2handler/config.m4:1.20
--- php-src/sapi/apache2handler/config.m4:1.19 Sun Mar 9 01:10:13 2008
+++ php-src/sapi/apache2handler/config.m4 Sun Mar 9 12:37:05 2008
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.19 2008/03/09 01:10:13 lstrojny Exp $
+dnl $Id: config.m4,v 1.20 2008/03/09 12:37:05 lstrojny Exp $
dnl
PHP_ARG_WITH(apxs2,,
@@ -117,7 +117,7 @@
;;
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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php