Magellan Linux

Contents of /trunk/php/patches/php-7.4.7-httpd-config.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3539 - (show annotations) (download)
Wed Jul 8 20:55:44 2020 UTC (3 years, 9 months ago) by niro
File size: 877 byte(s)
-rediffed for 7.4.7
1 diff -Naur php-7.4.7/configure php-7.4.7-magellan/configure
2 --- php-7.4.7/configure 2020-06-09 12:57:16.000000000 +0200
3 +++ php-7.4.7-magellan/configure 2020-07-08 22:54:45.489079722 +0200
4 @@ -6900,7 +6900,6 @@
5
6 fi
7 else
8 - APACHE_THREADED_MPM=`$APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes'`
9 if test -n "$APACHE_THREADED_MPM"; then
10
11 enable_maintainer_zts=yes
12 diff -Naur php-7.4.7/sapi/apache2handler/config.m4 php-7.4.7-magellan/sapi/apache2handler/config.m4
13 --- php-7.4.7/sapi/apache2handler/config.m4 2020-06-09 12:57:17.000000000 +0200
14 +++ php-7.4.7-magellan/sapi/apache2handler/config.m4 2020-07-08 22:53:42.074061101 +0200
15 @@ -111,7 +111,6 @@
16 PHP_BUILD_THREAD_SAFE
17 fi
18 else
19 - APACHE_THREADED_MPM=`$APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes'`
20 if test -n "$APACHE_THREADED_MPM"; then
21 PHP_BUILD_THREAD_SAFE
22 fi