We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f320c35 + b4208c8 commit bf250e9Copy full SHA for bf250e9
ext/standard/basic_functions.c
@@ -229,6 +229,8 @@ static void basic_globals_ctor(php_basic_globals *basic_globals_p) /* {{{ */
229
230
BG(page_uid) = -1;
231
BG(page_gid) = -1;
232
+
233
+ BG(syslog_device) = NULL;
234
}
235
/* }}} */
236
ext/standard/syslog.c
@@ -35,8 +35,6 @@
35
/* {{{ PHP_MINIT_FUNCTION */
36
PHP_MINIT_FUNCTION(syslog)
37
{
38
- BG(syslog_device)=NULL;
39
-
40
return SUCCESS;
41
42
0 commit comments