ZF-6534: Read ini file quoted attribute
Description
articles.width = 130
articles.height = 3
articles.pattern = "{title}
{description}
{quantity}
{price_unit}
{price}
"
the configuration value "$oCfg->articles->pattern" is setup with html code above. I escaped some html attributes an get wrong html-escaped code below:
{price_unit}
{price}
i think it should look like this:
{price_unit}
{price}
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2009-11-21T02:48:19.000+0000
Version PHP. Limitation of function parse_ini_file() tested in version 5.2.10 problem identified in 5.3 No problem.