aboutsummaryrefslogtreecommitdiff
path: root/lang/php52/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php52/files')
-rw-r--r--lang/php52/files/patch-sapi-apache2handler_config.m415
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/php52/files/patch-sapi-apache2handler_config.m4 b/lang/php52/files/patch-sapi-apache2handler_config.m4
new file mode 100644
index 000000000000..70d9c7b73149
--- /dev/null
+++ b/lang/php52/files/patch-sapi-apache2handler_config.m4
@@ -0,0 +1,15 @@
+
+--- sapi/apache2handler/config.m4.old 2010-03-18 14:52:27.000000000 +0000
++++ sapi/apache2handler/config.m4 2010-03-18 14:52:56.000000000 +0000
+@@ -117,7 +117,7 @@
+ ;;
+ esac
+
+- if test "$APXS_MPM" != "prefork"; then
++ if test "$APXS_MPM" != "itk" -a "$APXS_MPM" != "prefork"; then
+ PHP_BUILD_THREAD_SAFE
+ fi
+ AC_MSG_RESULT(yes)
+~
+
+