Disable MPM detection mod_php is build twice - as NTS without option - as ZTS using --enable-maintainer-zts diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -105,17 +105,6 @@ if test "$PHP_APXS2" != "no"; then ;; esac - if test "$APACHE_VERSION" -lt 2004001; then - APXS_MPM=`$APXS -q MPM_NAME` - 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 2>/dev/null | grep 'threaded:.*yes'` - if test -n "$APACHE_THREADED_MPM"; then - PHP_BUILD_THREAD_SAFE - fi - fi AC_MSG_RESULT(yes) PHP_SUBST(APXS) else select name='h' onchange='this.form.submit();'> The master git repository for map web siteRemi Collet
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* + K.T. (Jackson, Calilfornia, USA) + O.V. (Lviv, Ukraine)Remi Collet2017-12-012-8/+64
* + J.Q. (Foz Do IguaƧu, Brazil)Remi Collet2017-11-102-8/+36
* + P.H.D.P. (Plainsboro, New Jersey, USA)Remi Collet2017-11-062-8/+36
* + N. (Southfield, Michigan, USA)Remi Collet2017-10-062-6/+34
* + G.D.N. (Curitiba, Brasil)Remi Collet2017-09-162-8/+34
* + O.B. (Le Mont-sur-Lausanne, Swiss)Remi Collet2017-09-142-8/+36
* L.F. (Norderstedt, Germany)Remi Collet2017-08-31