From: Jérôme Loyet Date: Thu, 11 Nov 2010 21:30:55 +0000 (+0000) Subject: - comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning X-Git-Tag: php-5.3.4RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dd82c5fdefeee569543cee5c830862d1d5dda0d;p=php - comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning --- diff --git a/sapi/fpm/fpm/fpm_php.c b/sapi/fpm/fpm/fpm_php.c index ce5dac4bcf..eeba71301a 100644 --- a/sapi/fpm/fpm/fpm_php.c +++ b/sapi/fpm/fpm/fpm_php.c @@ -139,6 +139,7 @@ static int fpm_php_set_allowed_clients(struct fpm_worker_pool_s *wp) /* {{{ */ } /* }}} */ +#if 0 /* Comment out this non used function. It could be used later. */ static int fpm_php_set_fcgi_mgmt_vars(struct fpm_worker_pool_s *wp) /* {{{ */ { char max_workers[10 + 1]; /* 4294967295 */ @@ -151,6 +152,7 @@ static int fpm_php_set_fcgi_mgmt_vars(struct fpm_worker_pool_s *wp) /* {{{ */ return 0; } /* }}} */ +#endif char *fpm_php_script_filename(TSRMLS_D) /* {{{ */ {