zendframework / zend-view

View component from Zend Framework
BSD 3-Clause "New" or "Revised" License
49 stars 61 forks source link

[v3] remove Zend\View\Stream and useStreamWrapper option #23

Open sasezaki opened 8 years ago

sasezaki commented 8 years ago

If I don't misunderstood, zf1 Zend_View_Stream was introduced for short_open_tag off environment ,

but Since PHP 5.4.0, <?= is always available. http://php.net/manual/en/ini.core.php#ini.short-open-tag

so I think Zend_View_Stream can be removed since zf3.

gianarb commented 8 years ago

:+1:

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-view; a new issue has been opened at https://github.com/laminas/laminas-view/issues/29.