From d1312936cdd29d25c1f24ae11e2bac63e1ec68ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Loyet?= Date: Tue, 15 Nov 2011 22:40:10 +0000 Subject: [PATCH] - remove experimental flag on fpm --- NEWS | 1 + sapi/fpm/config.m4 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c4fd137f4c..9af08db532 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,7 @@ PHP NEWS - Improved PHP-FPM SAPI: . enhance error log when the primary script can't be open. FR #60199. (fat) + . remove EXPERIMENTAL flag. (fat) 11 Nov 2011, PHP 5.4.0 RC1 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], -- 2.50.1