]> granicus.if.org Git - php/commitdiff
- remove FPM specific version which is irrelevant since FPM integration into core.
authorJérôme Loyet <fat@php.net>
Tue, 7 Sep 2010 22:03:43 +0000 (22:03 +0000)
committerJérôme Loyet <fat@php.net>
Tue, 7 Sep 2010 22:03:43 +0000 (22:03 +0000)
sapi/fpm/config.m4
sapi/fpm/fpm/fpm_main.c
sapi/fpm/php-fpm.8.in

index 4ad8db8e1e90ea59ee028de36008580136c57389..6a2105d1e612deb3b68cdc089df6d84e9f178a09 100644 (file)
@@ -2,7 +2,6 @@ dnl
 dnl $Id$
 dnl
 
-fpm_version="0.6.5"
 minimum_libevent_version="1.4.11"
 
 PHP_ARG_ENABLE(fpm,,
@@ -564,7 +563,6 @@ if test "$PHP_FPM" != "no"; then
     php_fpm_group="$PHP_FPM_GROUP"
   fi
 
-  PHP_SUBST_OLD(fpm_version)
   PHP_SUBST_OLD(php_fpm_user)
   PHP_SUBST_OLD(php_fpm_group)
   php_fpm_sysconfdir=`eval echo $sysconfdir`
@@ -572,7 +570,6 @@ if test "$PHP_FPM" != "no"; then
   php_fpm_localstatedir=`eval echo $localstatedir`
   PHP_SUBST_OLD(php_fpm_localstatedir)
 
-  AC_DEFINE_UNQUOTED(PHP_FPM_VERSION, "$fpm_version", [fpm version])
   AC_DEFINE_UNQUOTED(PHP_FPM_USER, "$php_fpm_user", [fpm user name])
   AC_DEFINE_UNQUOTED(PHP_FPM_GROUP, "$php_fpm_group", [fpm group name])
 
index be4964d53ac4eb4f028732aacce94cceeb481ccf..a1862b559dbe73c2ecd28e898ac784d1fd9f812c 100644 (file)
@@ -1480,7 +1480,6 @@ static PHP_MINFO_FUNCTION(cgi)
 {
        php_info_print_table_start();
        php_info_print_table_row(2, "php-fpm", "active");
-       php_info_print_table_row(2, "php-fpm version", PHP_FPM_VERSION);
        php_info_print_table_end();
 
        DISPLAY_INI_ENTRIES();
index 5565d38c56a42a50618315f532001dde86af1242..e91aff8605e6bb37ebcd316620b951dcbab19c0b 100644 (file)
@@ -164,7 +164,7 @@ A List of active developers can be found here:
 And last but not least PHP was developed with the help of a huge amount of 
 contributors all around the world.
 .SH VERSION INFORMATION
-This manpage describes \fBphp\fP, version @PHP_VERSION@, \fBfpm\fP, version @fpm_version@.
+This manpage describes \fBphp-fpm\fP, version @PHP_VERSION@.
 .SH COPYRIGHT
 Copyright \(co 1997\-2009 The PHP Group
 .PD 0