Merge branch 'PHP-8.1' into PHP-8.2

This commit is contained in:
Jakub Zelenka 2023-11-16 14:36:16 +00:00
commit bf250e9f88
No known key found for this signature in database
GPG Key ID: 1C0779DC5C0A9DE4
2 changed files with 2 additions and 2 deletions

View File

@ -229,6 +229,8 @@ static void basic_globals_ctor(php_basic_globals *basic_globals_p) /* {{{ */
BG(page_uid) = -1;
BG(page_gid) = -1;
BG(syslog_device) = NULL;
}
/* }}} */

View File

@ -35,8 +35,6 @@
/* {{{ PHP_MINIT_FUNCTION */
PHP_MINIT_FUNCTION(syslog)
{
BG(syslog_device)=NULL;
return SUCCESS;
}
/* }}} */