mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
fix compile warning
This commit is contained in:
parent
169c5dc2b7
commit
09ee5944ab
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
struct fpm_globals_s fpm_globals = {
|
struct fpm_globals_s fpm_globals = {
|
||||||
.parent_pid = 0,
|
.parent_pid = 0,
|
||||||
.argc = NULL,
|
.argc = 0,
|
||||||
.argv = NULL,
|
.argv = NULL,
|
||||||
.config = NULL,
|
.config = NULL,
|
||||||
.prefix = NULL,
|
.prefix = NULL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue