summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorJérôme Loyet <fat@php.net>2010-11-11 21:30:55 +0000
committerJérôme Loyet <fat@php.net>2010-11-11 21:30:55 +0000
commit8dd82c5fdefeee569543cee5c830862d1d5dda0d (patch)
treeea63b122f8d3fd54cc1fe10735fcbf50e2dbbe3e /sapi
parent71a8b75c51ea96c98a139a1b02625247e0ac7386 (diff)
downloadphp-git-8dd82c5fdefeee569543cee5c830862d1d5dda0d.tar.gz
- comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning
Diffstat (limited to 'sapi')
-rw-r--r--sapi/fpm/fpm/fpm_php.c2
1 files changed, 2 insertions, 0 deletions
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) /* {{{ */
{