Skip to content
This repository was archived by the owner on May 24, 2018. It is now read-only.

Conversation

@Martin-P
Copy link
Contributor

This comment mentions a bug in the Zend\Config\Reader\XML code sample:

I think on the example for XML, it should be
echo $data['database']['params']['dbname']['value']; // prints "dbproduction"
not
echo $data['database']['params']['dbname']; // prints "dbproduction"
Also the XML has an excess encoding="utf-8"?>?> --> excess

Fixed those bugs and added some missing semicolons in the code samples.

@Ocramius Ocramius added the bug label Aug 13, 2014
malukenho pushed a commit to malukenho/zf2-documentation that referenced this pull request Oct 14, 2014
@Ocramius Ocramius merged commit a2745fd into zendframework:master Oct 16, 2014
@Ocramius Ocramius self-assigned this Oct 16, 2014
@Ocramius
Copy link
Member

Fixed in #1377

@Martin-P Martin-P deleted the fix/zend.config.reader.rst branch January 22, 2015 13:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants