15 lines
511 B
Diff
15 lines
511 B
Diff
--- a/sapi/apache2handler/config.m4 2020-07-27 14:13:29.345385588 +0000
|
|
+++ b/sapi/apache2handler/config.m4 2020-07-27 14:13:42.705462414 +0000
|
|
@@ -122,11 +122,6 @@
|
|
if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then
|
|
PHP_BUILD_THREAD_SAFE
|
|
fi
|
|
- else
|
|
- APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
|
|
- if test -n "$APACHE_THREADED_MPM"; then
|
|
- PHP_BUILD_THREAD_SAFE
|
|
- fi
|
|
fi
|
|
AC_MSG_RESULT(yes)
|
|
PHP_SUBST(APXS)
|