diff options
author | Jérôme Loyet <fat@php.net> | 2011-11-15 22:40:10 +0000 |
---|---|---|
committer | Jérôme Loyet <fat@php.net> | 2011-11-15 22:40:10 +0000 |
commit | 62aaa5ac241ed0f5623b2939b7f4d6be12f37a5c (patch) | |
tree | 29af70471e984b4c3e86581ff60749c2b7042ad8 | |
parent | 1546456cdd058f6e91f13a3acb23b67f29ead9bb (diff) | |
download | php-git-62aaa5ac241ed0f5623b2939b7f4d6be12f37a5c.tar.gz |
- remove experimental flag on fpm
-rw-r--r-- | sapi/fpm/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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], |