From: Antony Dovgal Date: Tue, 8 Feb 2011 08:40:39 +0000 (+0000) Subject: fix compile warning X-Git-Tag: php-5.3.6RC1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cfc526bcb53538614948ec4e01de952e41314b9;p=php fix compile warning --- diff --git a/sapi/fpm/fpm/fpm.c b/sapi/fpm/fpm/fpm.c index f9d2a75b6d..0cfaabd414 100644 --- a/sapi/fpm/fpm/fpm.c +++ b/sapi/fpm/fpm/fpm.c @@ -23,7 +23,7 @@ struct fpm_globals_s fpm_globals = { .parent_pid = 0, - .argc = NULL, + .argc = 0, .argv = NULL, .config = NULL, .prefix = NULL,