History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-352
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Rob Allen
Reporter: Saqib Javed
Votes: 1
Watchers: 0
Operations

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

Proposed change to INI section extension

Created: 04/Sep/06 09:22 AM   Updated: 05/Jul/07 02:43 PM
Component/s: Zend_Config
Affects Version/s: 0.1.5
Fix Version/s: 0.2.0

Time Tracking:
Not Specified

File Attachments: 1. Text File zf352_v1.patch (2 kb)



 Description  « Hide
Instead of:

[foo]
prop1 = 'some value'

[bar]
extends = foo
prop2 = 'some value'

it is proposed that section extension take place in the following way:

[foo]
prop1 = 'some value'

[bar : foo]
prop2 = 'some value'



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Darby Felton - 19/Sep/06 12:55 PM
Edited a bit to illustrate the proposed change.

Rob Allen - 06/Oct/06 04:55 PM
Patch v1 essentially converts the
[X:Y] 
a = b

to

[X]
extends=Y
a = b

Rob Allen - 18/Oct/06 02:35 PM
Fixed in subversion changeset 1282

Gavin - 18/Oct/06 06:09 PM
I did not see a documentation change in the changeset.

Rob Allen - 19/Oct/06 02:20 AM
I don't have a system where I can compile docbook, so am reluctant to commit documentation changes until I do.

ZF-403 covers documentation updating for 0.2 and I've attached a patch for this issue to it.