Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9.2
-
Component/s: Zend_Config
-
Labels:None
-
Language:English
Description
http://framework.zend.com/manual/en/zend.config.adapters.ini.html#zend.config.adapters.ini.table
> allowModifications: Set to TRUE to allow subsequent modification of loaded file.
I thought wrongly that modifications affect to the file, by calling automatically Zend_Config_Ini_Writer methods.
This is not true.
To be clearer, you should replace this sentence with something like the following
"Set to TRUE to allow subsequent modification of loaded setting data."
Solved in SVN r17564