
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
|
File Attachments:
|
1.
patch.txt (0.6 kB)
|
|
Issue Links:
|
Related
|
|
This issue is related to:
|
|
ZF-6459
The Array-Union-Operator ignores values of existing keys
|
|
|
|
|
|
This issue is related to:
|
|
ZF-7742
getOption not working with uppercase $key
|
|
|
|
|
|
|
The ability to have one application.ini file source another one via the config directive is working fine with proper merging now as of Zend Framework 1.8.1.
However, config file referenced via the config directive do not have their array keys cast to lower case, which is the first thing setOptions does with the config file that contains the config directive (I know this sounds confusing, but I have a patch against the subversion repository that fixes this). If you have the following scenario:
ini #1
ini #2
One would expect the resulting array to be something like:
In actuality, however, what you end up with is:
I have a simple fix for this issue that I will post to this issue once I figure out the best way to attach patches to an issue (this is the first issue that I've filed in the Zend Framework Issue Tracker, and I'm not too familiar with the JIRA Issue Tracker software).
|
|
Description
|
The ability to have one application.ini file source another one via the config directive is working fine with proper merging now as of Zend Framework 1.8.1.
However, config file referenced via the config directive do not have their array keys cast to lower case, which is the first thing setOptions does with the config file that contains the config directive (I know this sounds confusing, but I have a patch against the subversion repository that fixes this). If you have the following scenario:
ini #1
ini #2
One would expect the resulting array to be something like:
In actuality, however, what you end up with is:
I have a simple fix for this issue that I will post to this issue once I figure out the best way to attach patches to an issue (this is the first issue that I've filed in the Zend Framework Issue Tracker, and I'm not too familiar with the JIRA Issue Tracker software). |
Show » |
Sort Order:
|
Updated description formatting after getting more familiar with JIRA Text Formatting options.