Issue Details (XML | Word | Printable)

Key: ZF-2209
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Rob Allen
Reporter: Emil Ivanov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Config* contructor should have the section defaults to null

Created: 16/Nov/07 06:24 AM   Updated: 15/Dec/07 09:35 PM   Resolved: 16/Nov/07 04:13 PM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Config
Affects Version/s: 1.0.2
Fix Version/s: 1.0.3

Time Tracking:
Original Estimate: 1 minute
Original Estimate - 1 minute
Remaining Estimate: 1 minute
Remaining Estimate - 1 minute
Time Spent: Not Specified
Time Spent - Not Specified

Fix Version Priority: Nice to Have


 Description  « Hide

The second parameter of Zend_Config*::__construct() is the section, if it's null it will load all of the nodes, but it doesn't defaults to null. This won't break BC (I think) and should take a couple of seconds to fix.



Rob Allen added a comment - 16/Nov/07 04:13 PM

Resolved in svn r6837 and r6838