mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 22:47:14 +08:00
21 lines
501 B
Diff
21 lines
501 B
Diff
--- sapi/apache2handler/config.m4.orig
|
|
+++ sapi/apache2handler/config.m4
|
|
@@ -122,7 +122,6 @@
|
|
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
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -6932,7 +6932,6 @@
|
|
|
|
fi
|
|
else
|
|
- APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
|
|
if test -n "$APACHE_THREADED_MPM"; then
|
|
|
|
enable_maintainer_zts=yes
|