1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

This commit is contained in:
Jakub Zelenka
2023-11-16 14:37:41 +00:00
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_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;
}
/* }}} */