Merge branch 'PHP-8.3'

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

View file

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

View file

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