Skip to content

Commit 945c512

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
2 parents c83632a + bf250e9 commit 945c512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/basic_functions.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ static void basic_globals_ctor(php_basic_globals *basic_globals_p) /* {{{ */
234234

235235
BG(page_uid) = -1;
236236
BG(page_gid) = -1;
237+
238+
BG(syslog_device) = NULL;
237239
}
238240
/* }}} */
239241

ext/standard/syslog.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
/* {{{ PHP_MINIT_FUNCTION */
3636
PHP_MINIT_FUNCTION(syslog)
3737
{
38-
BG(syslog_device)=NULL;
39-
4038
return SUCCESS;
4139
}
4240
/* }}} */

0 commit comments

Comments
 (0)