summarylogtreecommitdiffstats
path: root/apache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'apache.patch')
-rw-r--r--apache.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache.patch b/apache.patch
index 3e5f90978311..e336af3de4d6 100644
--- a/apache.patch
+++ b/apache.patch
@@ -1,6 +1,6 @@
--- sapi/apache2handler/config.m4.orig
+++ sapi/apache2handler/config.m4
-@@ -107,17 +107,7 @@
+@@ -105,17 +105,7 @@
;;
esac
@@ -10,7 +10,7 @@
- PHP_BUILD_THREAD_SAFE
- fi
- else
-- APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
+- APACHE_THREADED_MPM=`$APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes'`
- if test -n "$APACHE_THREADED_MPM"; then
- PHP_BUILD_THREAD_SAFE
- fi