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 c83632a + bf250e9 commit 945c512Copy full SHA for 945c512
ext/standard/basic_functions.c
@@ -234,6 +234,8 @@ static void basic_globals_ctor(php_basic_globals *basic_globals_p) /* {{{ */
234
235
BG(page_uid) = -1;
236
BG(page_gid) = -1;
237
+
238
+ BG(syslog_device) = NULL;
239
}
240
/* }}} */
241
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