ZF-12228: Zend_Service_WindowsAzure requires non existing files
Description
Just search Zend/Service/WindowsAzure sources for those:
Zend/Service/Console/Command.php Zend/Service/Console/Exception.php Zend/Service/Console/Exception.php Zend/Service/Log/Formatter/Interface.php Zend/Service/Log/Writer/Abstract.php Zend/Service/Log/Exception.php Zend/Service/Management/Exception.php
Comments
Posted by Frank Brückner (frosch) on 2013-03-09T10:30:21.000+0000
Fixed on trunk (25284) and on release-1.12 branch (25285)
Posted by Frank Brückner (frosch) on 2013-03-09T10:34:43.000+0000
What is this? There is no "Console"! Any Ideas or comments?
By the way, the {{Zend/Service/WindowsAzure}} component is very ugly:
Posted by Martin Hujer (mhujer) on 2013-03-09T10:38:08.000+0000
It would be best to leave WindowsAzure out - the SDK is on the GitHub https://github.com/WindowsAzure/azure-sdk-for-php
Posted by Frank Brückner (frosch) on 2013-03-09T10:50:58.000+0000
@~mhujer] Thanks for your very fast feedback! :)
I think, this would be a good solution. I will speak with Matthew, because on Github we still have [ZendService_WindowsAzure.
Posted by Martin Hujer (mhujer) on 2013-03-09T10:57:14.000+0000
I'm not sure about the current quality of the SDK included in ZF, but when I tried Azure approx. 2y ago, I had to use the standalone SDK, because the one in the ZF worked with outdated service API.