ZF-6889: 'zf create project' generates an error.phtml with short php block open tags
Description
php code in the layout is embedded with <? and <?= that fails on the systems configured with "short_open_tag = Off". getContents() method of the Zend_Tool_Project_Context_Zf_ViewScriptFile must be fixed.
Comments
Posted by Ralph Schindler (ralph) on 2009-10-16T23:11:52.000+0000
This has been fixed previously in the 1.9 branch