Merge branch 'PHP-8.2' into PHP-8.3

This commit is contained in:
Jakub Zelenka 2024-02-04 12:00:36 +00:00
commit ae44ab47a7
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
6 changed files with 91 additions and 3 deletions

View file

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