1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

This fix wasn't quite right and is no longer necessary after the recent php_ini optimizations

This commit is contained in:
Zeev Suraski
2000-09-05 21:31:56 +00:00
parent 12adebbc3a
commit dd0ade23cf

View File

@@ -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);
}