]> granicus.if.org Git - php/commitdiff
- remove experimental flag on fpm
authorJérôme Loyet <fat@php.net>
Tue, 15 Nov 2011 22:40:10 +0000 (22:40 +0000)
committerJérôme Loyet <fat@php.net>
Tue, 15 Nov 2011 22:40:10 +0000 (22:40 +0000)
NEWS
sapi/fpm/config.m4

diff --git a/NEWS b/NEWS
index c4fd137f4c4c317bf985d5328524ad660ebed200..9af08db532102553b356582dbcbfdeaa9390c53a 100644 (file)
--- 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
index 098abb928c5d6a58a32d590e2cf44932eb1381bb..89628100b4f15cb4b03a9d3e3251a45f27da6fb1 100644 (file)
@@ -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],