From: Jérôme Loyet Date: Tue, 15 Nov 2011 22:40:10 +0000 (+0000) Subject: - remove experimental flag on fpm X-Git-Tag: php-5.5.0alpha1~884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62aaa5ac241ed0f5623b2939b7f4d6be12f37a5c;p=php - remove experimental flag on fpm --- diff --git a/sapi/fpm/config.m4 b/sapi/fpm/config.m4 index 098abb928c..89628100b4 100644 --- a/sapi/fpm/config.m4 +++ b/sapi/fpm/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(fpm,, -[ --enable-fpm EXPERIMENTAL: Enable building of the fpm SAPI executable], no, no) +[ --enable-fpm Enable building of the fpm SAPI executable], no, no) dnl configure checks {{{ AC_DEFUN([AC_FPM_STDLIBS],