-- Pieter Kokx <
pieter@...> wrote
(on Sunday, 30 March 2008, 02:20 AM -0700):
> When I did update my trunk version of the incubator this morning, I was
> getting an error with the message
> "Zend_View::require_once(Zend/View/Stream.php)
> [function.Zend-View-require-once]: failed to open stream: No such file or
> directory".
Oop! I forgot to add Zend_View_Stream to the repo, as well as some
changes to the PluginLoader to facilitate its usage by Zend_View; these
are added now.
> It seemed that it depends on the 'short_open_tags' php.ini directive,
> I did turn it off (because I don't use it anyway), but I think that
> this could be a larger problem for those who are using the short open
> tags.
>
> This is also a bug currently, because I thought that Zend_View_Stream
> should emulate short open tags, so it should be enabled when the
> short_open_tags directive is is turned Off, and not when it is turned
> On.
I had it enabled for when short_open_tags was on simply so I could test
without tweaking INI settings; however, I've now updated it to only use
the stream wrapper when they are off.
Please remember that the incubator is a moving target, and often in an
unusable state. :-)
--
Matthew Weier O'Phinney
PHP Developer |
matthew@...
Zend - The PHP Company |
http://www.zend.com/