mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Initialize syslog device in GINIT
Closes GH-12663
This commit is contained in:
parent
0b5824e17c
commit
b4208c8f96
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue