mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
fix compile warning
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
|
||||
struct fpm_globals_s fpm_globals = {
|
||||
.parent_pid = 0,
|
||||
.argc = NULL,
|
||||
.argc = 0,
|
||||
.argv = NULL,
|
||||
.config = NULL,
|
||||
.prefix = NULL,
|
||||
|
||||
Reference in New Issue
Block a user