]> granicus.if.org Git - php/commitdiff
- Fixed bug #55577 (status.html does not install)
authorJérôme Loyet <fat@php.net>
Sat, 8 Oct 2011 19:31:32 +0000 (19:31 +0000)
committerJérôme Loyet <fat@php.net>
Sat, 8 Oct 2011 19:31:32 +0000 (19:31 +0000)
NEWS
sapi/fpm/config.m4

diff --git a/NEWS b/NEWS
index 9f0b8d5212f0e905e205b1e32e2548c3b3f32076..5937cc774a3513517abc4578062a8cd252b93c64 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,7 @@ PHP                                                                        NEWS
   . Fixed bug #53872 (internal corruption of phar). (Hannes)
 
 - PHP-FPM SAPI:
+  . Fixed bug #55577 (status.html does not install). (fat)
   . Backported from 5.4 branch (Dropped restriction of not setting the same
     value multiple times, the last one holds).
     (giovanni at giacobbi dot net, fat)
index 1105ec8d288297b0893aa188bba4680e59a987fa..064493c602712662db0c4e75ace223546096b4b2 100644 (file)
@@ -411,7 +411,7 @@ if test "$PHP_FPM" != "no"; then
   AC_DEFINE_UNQUOTED(PHP_FPM_USER, "$php_fpm_user", [fpm user name])
   AC_DEFINE_UNQUOTED(PHP_FPM_GROUP, "$php_fpm_group", [fpm group name])
 
-  PHP_OUTPUT(sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.8)
+  PHP_OUTPUT(sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.8 sapi/fpm/status.html)
   PHP_ADD_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/fpm/Makefile.frag], [$abs_srcdir/sapi/fpm], [sapi/fpm])
 
   SAPI_FPM_PATH=sapi/fpm/php-fpm