mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.1' into PHP-7.2
This commit is contained in:
commit
3af5722e11
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ static int sapi_lsapi_activate()
|
|||
server_name_len = strlen(server_name);
|
||||
server_name = estrndup(server_name, server_name_len);
|
||||
zend_str_tolower(server_name, server_name_len);
|
||||
php_ini_activate_per_host_config(server_name, server_name_len);
|
||||
php_ini_activate_per_host_config(server_name, server_name_len + 1);
|
||||
efree(server_name);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue