Zend Framework

Proposed change to INI section extension

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 0.1.5
  • Fix Version/s: 0.2.0
  • Component/s: Zend_Config
  • Labels:
    None

Description

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'

Activity

Hide
Darby Felton added a comment -

Edited a bit to illustrate the proposed change.

Show
Darby Felton added a comment - Edited a bit to illustrate the proposed change.
Hide
Rob Allen added a comment -

Patch v1 essentially converts the

[X:Y] 
a = b

to

[X]
extends=Y
a = b
Show
Rob Allen added a comment - Patch v1 essentially converts the
[X:Y] 
a = b
to
[X]
extends=Y
a = b
Hide
Rob Allen added a comment -

Fixed in subversion changeset 1282

Show
Rob Allen added a comment - Fixed in subversion changeset 1282
Hide
Gavin added a comment -

I did not see a documentation change in the changeset.

Show
Gavin added a comment - I did not see a documentation change in the changeset.
Hide
Rob Allen added a comment -

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.

Show
Rob Allen added a comment - 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.

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: