Issue Type: Bug Created: 2011-09-28T07:24:21.000+0000 Last Updated: 2012-03-05T22:34:26.000+0000 Status: Closed Fix version(s): Reporter: vimalnath (vimalnath53) Assignee: Adam Lundrigan (adamlundrigan) Tags: - Zend_Version
Related issues: Attachments:
Zend_Version::getLatest(); this doesnt work but this works: Zend_Version::compareVersion('2.0.0');
Let me know the reason. Regards, Vimal
Posted by Pierre Jolly (shady) on 2011-09-30T00:49:05.000+0000
This works for me, try to update your ZF version. Regards, Pierre
Posted by Adam Lundrigan (adamlundrigan) on 2012-03-05T22:34:26.000+0000
This is likely an issue with your PHP configuration. The getLatest method uses PHP's fopen function to read the latest ZF version from http://framework.zend.com/api/zf-version. If your PHP installation blocks using fopen with URLs the method will not work.