>
> We bumped the minimum supported PHP version to 5.2.4 for ZF >= 1.7.0.
>
> --
> Matthew Weier O'Phinney
> Software Architect | [email protected]
> Zend Framework | http://framework.zend.com/
>
>
Further to my earlier messages, I find that with ZF 1.6.2 (from
http://framework.zend.com/svn/framework/standard/tags/release-1.6.2/library/Zend/),
on php 5.1.6 this code:
<?php
...
echo $this->headTitle()
?>
renders something like
Object#xx
(where xx is some number) rather than the title tags and text that it should
render (and does render on a development server running 5.2x).
If I change the code to
echo $this->headTitle()->toString()
the php 5.1.6 server gives me the same result as on the php 5.2+ one.
So it seems something about the coding of that view helper in ZF 1.6.2
relies on php to convert objects to strings which does not work in php ver
5.16.
So, again, what is the latest version of ZF that is actually compatible with
php 5.16?
Owen
--
View this message in context:
http://www.nabble.com/PHP-version-requirement-tp20904056p21325457.html
Sent from the Zend Framework mailing list archive at Nabble.com.