Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.1.5
-
Fix Version/s: 0.2.0
-
Component/s: Zend_Config
-
Labels:None
Description
ini file:
[dotting] db = one db.name = two
load into a $config and var_dump($config) gives:
object(Zend_Config_Ini)#1317 (4) {
["_allowModifications:protected"] => bool(false)
["_index:protected"] => int(0)
["_count:protected"] => int(1)
["_data:protected"] => array(1) {
["db"] => string(3) "tne"
}
}
Related to this, _processLevelsInKey() is unnecessary and _processKey() can recurse to itself.
Fixed in subversion changeset 1187