summarylogtreecommitdiffstats
path: root/apache.patch
diff options
context:
space:
mode:
authorIliya Ivanov2020-01-02 16:00:34 +0200
committerIliya Ivanov2020-01-02 16:00:34 +0200
commit820ce0afd6dfc4ae5e1af06810f6e708a93dadcf (patch)
treeed3b5d38b7522705310bb4af707335f8fe8b292a /apache.patch
parent2ddeb3c32496b293a93c081f381f4784a22f7213 (diff)
downloadaur-820ce0afd6dfc4ae5e1af06810f6e708a93dadcf.tar.gz
php 7.4.1
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