summarylogtreecommitdiffstats
path: root/mpm-apache.patch
blob: 0786a6b525e44a64fb4879cab24fed9c2b00db35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- php-5.3.29-orig/sapi/apache2filter/config.m4
+++ php-5.3.29/sapi/apache2filter/config.m4
@@ -118,7 +118,7 @@
   esac
 
   if test "$APACHE_VERSION" -lt 2004001; then
-    APXS_MPM=`$APXS -q MPM_NAME`
+    APXS_MPM=prefork
     if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then
       PHP_BUILD_THREAD_SAFE
     fi
--- php-5.3.29-orig/sapi/apache2handler/config.m4
+++ php-5.3.29/sapi/apache2handler/config.m4
@@ -117,7 +117,7 @@
   esac
 
   if test "$APACHE_VERSION" -lt 2004001; then
-    APXS_MPM=`$APXS -q MPM_NAME`
+    APXS_MPM=prefork
     if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then
       PHP_BUILD_THREAD_SAFE
     fi