]> granicus.if.org Git - php/commitdiff
Fixed warning
authorXinchen Hui <laruence@php.net>
Mon, 22 Dec 2014 15:39:32 +0000 (23:39 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 22 Dec 2014 15:39:32 +0000 (23:39 +0800)
sapi/fpm/fpm/fpm_php.c

index 0910e2a0304ce01a7ff189427e553c8580a31ad4..ee23e3010daf38b8c7a55c3505f575aa587ec914 100644 (file)
@@ -47,7 +47,7 @@ static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_
 }
 /* }}} */
 
-static void fpm_php_disable(char *value, int (*zend_disable)(char *, uint)) /* {{{ */
+static void fpm_php_disable(char *value, int (*zend_disable)(char *, size_t)) /* {{{ */
 {
        char *s = 0, *e = value;
 
@@ -130,6 +130,7 @@ static int fpm_php_apply_defines(struct fpm_worker_pool_s *wp) /* {{{ */
 
        return 0;
 }
+/* }}} */
 
 static int fpm_php_set_allowed_clients(struct fpm_worker_pool_s *wp) /* {{{ */
 {