Initialize syslog device in GINIT

Closes GH-12663
This commit is contained in:
Jakub Zelenka 2023-11-13 14:42:26 +00:00
parent 0b5824e17c
commit b4208c8f96
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
2 changed files with 2 additions and 1 deletions

View file

@ -230,6 +230,8 @@ static void basic_globals_ctor(php_basic_globals *basic_globals_p) /* {{{ */
BG(page_uid) = -1;
BG(page_gid) = -1;
BG(syslog_device) = NULL;
}
/* }}} */