-- till <[EMAIL PROTECTED]> wrote (on Thursday, 24 July 2008, 06:58 AM -0400): > On Thu, Jul 24, 2008 at 6:05 AM, Vincent de Lau <[EMAIL PROTECTED]> wrote: > > The new Zend_View stream wrapper might have something to do with this, > > although I'm not sure it is included in 1.6RC1. > > > > See > > http://www.nabble.com/Zend_View-and-the-View-Stream-Wrapper-tc17607130ef15440.html#a17607130 > > > > Vincent de Lau > > [EMAIL PROTECTED] > > Interesting. We are still running trunk, and my php has suhosin > included as well. No issues what so ever. We also went from straight > 1.5.2 to "trunk" without issues.
The stream wrapper is not used if you have short tags enabled already -- which is why you're not seeing the issues. As mentioned previously, I'm adding a ticket to have this disabled by default, and to document how to enable it (and potential issues with suhosin). -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
