2amigos / yiiaws

Amazon Web Services SDK PHP 2 Wrapper
21 stars 15 forks source link

"Phar" file does not work when using "Yiic" #8

Closed tonydspaniard closed 11 years ago

tonydspaniard commented 11 years ago

I just realized that "phar" files are not working when using the extension on a yiic command component.

The solution to make it work on console, was to require aws-sdk on composer. Planning to update the extension to install SDK through composer instead of using phar files.

If anybody knows how to make it work with phar files, please write here your solution.

tonydspaniard commented 11 years ago

It seems there is an issue with Macosx only, anybody else on different systems?

tonydspaniard commented 11 years ago

The only way to do it was to include the full sources... please, all check the new branch full for the solution and tell me what do you all think. There is also a suggestion from Amazon to _not_ use phar files on production.