fat Thu, 11 Nov 2010 21:30:55 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=305280
Log:
- comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning
Changed paths:
U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_php.c
U php/php-src/trunk/sapi/fpm/fpm/fpm_php.c
Modified: php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_php.c
===================================================================
--- php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_php.c 2010-11-11 21:25:34 UTC
(rev 305279)
+++ php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_php.c 2010-11-11 21:30:55 UTC
(rev 305280)
@@ -139,6 +139,7 @@
}
/* }}} */
+#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 @@
return 0;
}
/* }}} */
+#endif
char *fpm_php_script_filename(TSRMLS_D) /* {{{ */
{
Modified: php/php-src/trunk/sapi/fpm/fpm/fpm_php.c
===================================================================
--- php/php-src/trunk/sapi/fpm/fpm/fpm_php.c 2010-11-11 21:25:34 UTC (rev
305279)
+++ php/php-src/trunk/sapi/fpm/fpm/fpm_php.c 2010-11-11 21:30:55 UTC (rev
305280)
@@ -139,6 +139,7 @@
}
/* }}} */
+#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 @@
return 0;
}
/* }}} */
+#endif
char *fpm_php_script_filename(TSRMLS_D) /* {{{ */
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php