mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3'
This commit is contained in:
commit
ee56038d38
2 changed files with 2 additions and 2 deletions
|
@ -238,6 +238,8 @@ static void basic_globals_ctor(php_basic_globals *basic_globals_p) /* {{{ */
|
|||
|
||||
BG(page_uid) = -1;
|
||||
BG(page_gid) = -1;
|
||||
|
||||
BG(syslog_device) = NULL;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
/* {{{ PHP_MINIT_FUNCTION */
|
||||
PHP_MINIT_FUNCTION(syslog)
|
||||
{
|
||||
BG(syslog_device)=NULL;
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue