--- /usr/portage/dev-lang/php/php-5.2.6-r7.ebuild 2008-11-04 05:08:43.000000000 +0100 +++ php-5.2.6-r7.ebuild 2008-11-25 22:01:45.000000000 +0100 @@ -127,6 +127,8 @@ cd "${S}" + epatch /root/php-5.2.6-fpm-0.5.9.diff.gz + # Concurrent PHP Apache2 modules support if use apache2 ; then if use concurrentmodphp ; then @@ -339,7 +341,7 @@ cp sapi/cli/php php-cli || die "Unable to copy CLI SAPI" ;; cgi) - my_conf="${my_conf} --disable-cli --enable-cgi --enable-fastcgi" + my_conf="${my_conf} --disable-cli --enable-cgi --enable-fastcgi --enable-fpm" phpconfutils_extension_enable "discard-path" "discard-path" 0 phpconfutils_extension_enable "force-cgi-redirect" "force-cgi-redirect" 0 php5_2-sapi_src_compile