2008/3/9 Lars Strojny <[EMAIL PROTECTED]>:
> lstrojny                Sun Mar  9 12:35:56 2008 UTC
>
>
>   Modified files:              (Branch: PHP_5_3)
>     /php-src/sapi/apache2filter config.m4
>     /php-src/sapi/apache2handler        config.m4
>   Log:
>   sapi/apache2(handler|filter)/config.m4: Removing itk from the list of 
> threaded MPMs (thanks Hannes)
>
>
>  
> http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2filter/config.m4?r1=1.41.2.1.2.2.2.1&r2=1.41.2.1.2.2.2.2&diff_format=u
>
> Index: php-src/sapi/apache2filter/config.m4
>  diff -u php-src/sapi/apache2filter/config.m4:1.41.2.1.2.2.2.1 
> php-src/sapi/apache2filter/config.m4:1.41.2.1.2.2.2.2
>  --- php-src/sapi/apache2filter/config.m4:1.41.2.1.2.2.2.1       Sun Mar  9 
> 01:10:25 2008
>  +++ php-src/sapi/apache2filter/config.m4        Sun Mar  9 12:35:56 2008
>
> @@ -1,5 +1,5 @@
>   dnl
>
> -dnl $Id: config.m4,v 1.41.2.1.2.2.2.1 2008/03/09 01:10:25 lstrojny Exp $
>  +dnl $Id: config.m4,v 1.41.2.1.2.2.2.2 2008/03/09 12:35:56 lstrojny Exp $
>
>  dnl
>
>   PHP_ARG_WITH(apxs2filter,,
>
> @@ -118,7 +118,7 @@
>      ;;
>    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

You removed the wrong option.

-Hannes

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to