ZF-3739: Stream wrapper should be disabled by default
Description
The new implementation of Zend_View in 1.6.0 provides a stream wrapper that can be used when short tags are disabled. This needs to be disabled by default as it: * degrades performance * causes issues with suhosin (user stream wrappers are considered attack vectors by suhosin) When disabling, the stream wrapper should also be documented with examples of how to enable it, a note about issues with suhosin, and a note about performance degradation.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-04T09:53:14.000+0000
Fixed and documented in trunk and 1.6 release branch.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:12.000+0000
Updating for the 1.6.0 release.