This repository was archived by the owner on Jan 31, 2020. It is now read-only.
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
[v3] remove Zend\View\Stream and useStreamWrapper option #23
Open
Description
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.