diff options
| author | Lars Strojny <lstrojny@php.net> | 2008-03-09 12:35:56 +0000 |
|---|---|---|
| committer | Lars Strojny <lstrojny@php.net> | 2008-03-09 12:35:56 +0000 |
| commit | a344adf72e48d725575c22b9955e028d7fdf6a52 (patch) | |
| tree | cac9a18834d076396de2d957354659e6374d3dce /sapi/apache2filter | |
| parent | 1b16b4e24343a7e2cc07217ff678331c2b3f93df (diff) | |
| download | php-git-a344adf72e48d725575c22b9955e028d7fdf6a52.tar.gz | |
sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs (thanks Hannes)
Diffstat (limited to 'sapi/apache2filter')
| -rw-r--r-- | sapi/apache2filter/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index e4c7de2063..b10720a18a 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -118,7 +118,7 @@ if test "$PHP_APXS2FILTER" != "no"; then ;; esac - if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then + if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser"; then PHP_BUILD_THREAD_SAFE fi AC_MSG_RESULT(yes) |
