Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 1.9.2
-
Component/s: Zend_Application
-
Labels:None
-
Language:English
Description
There is a mistake in configuration file example on http://framework.zend.com/manual/en/zend.application.examples.html
There is:
[development : testing]
[development : production]
and should be something like:
[testing: production]
[development : testing]
Updated in trunk and 1.9 release branch; will release on site with 1.9.2