mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3'
This commit is contained in:
commit
da6a4e799a
5 changed files with 87 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue