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