Magellan Linux

Annotation of /trunk/php/patches/php-7.1.6-httpd-config.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2955 - (hide annotations) (download)
Thu Jul 13 14:35:17 2017 UTC (6 years, 10 months ago) by niro
File size: 501 byte(s)
-added apache config patch for php7
1 niro 2955 --- sapi/apache2handler/config.m4.orig
2     +++ sapi/apache2handler/config.m4
3     @@ -122,7 +122,6 @@
4     PHP_BUILD_THREAD_SAFE
5     fi
6     else
7     - APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
8     if test -n "$APACHE_THREADED_MPM"; then
9     PHP_BUILD_THREAD_SAFE
10     fi
11     --- configure.orig
12     +++ configure
13     @@ -6932,7 +6932,6 @@
14    
15     fi
16     else
17     - APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'`
18     if test -n "$APACHE_THREADED_MPM"; then
19    
20     enable_maintainer_zts=yes