Merge branch 'PHP-8.3'

This commit is contained in:
Jakub Zelenka 2024-02-04 12:01:09 +00:00
commit da6a4e799a
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
5 changed files with 87 additions and 3 deletions

View file

@ -727,7 +727,7 @@ PHP_FUNCTION(getenv)
if (!str) {
array_init(return_value);
php_import_environment_variables(return_value);
php_load_environment_variables(return_value);
return;
}