diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 13:41:45 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 13:42:08 +0100 |
commit | 169805777c17892865ae462ae0a0895344a7fd3c (patch) | |
tree | 715ab54d18d387e0f2fec607a97462af525f2556 /main/php_variables.c | |
parent | 6b38251820be4ab2eb38c55d41c6680d0bff83f3 (diff) | |
parent | 58b17906f512866c2e34844fa497ecdf7f1e1e3d (diff) | |
download | php-git-169805777c17892865ae462ae0a0895344a7fd3c.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Apply tidy formatting
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index 826b3bcfa5..8edbcac628 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -571,7 +571,7 @@ void _php_import_environment_variables(zval *array_ptr) php_register_variable_quick(*env, name_len, &val, Z_ARRVAL_P(array_ptr)); } } - + tsrm_env_unlock(); } |