mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
This fix wasn't quite right and is no longer necessary after the recent php_ini optimizations
This commit is contained in:
parent
12adebbc3a
commit
dd0ade23cf
@ -108,7 +108,7 @@ static PHP_INI_MH(OnUpdateStringCopy)
|
||||
|
||||
p = (char **) (base+(size_t) mh_arg1);
|
||||
|
||||
if (*p && entry->modified) {
|
||||
if (*p && stage != PHP_INI_STAGE_STARTUP) {
|
||||
STR_FREE(*p);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user