dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Removed the ConsoleOutput from the clients #59

Closed Nyholm closed 9 years ago

Nyholm commented 9 years ago

We should not use console output in the clients. We should throw exceptions. These exceptions should later be caught and logged.

Nyholm commented 9 years ago

We should also always try to clean up after us.

dizda commented 9 years ago

@Nyholm I can't be more agree

dizda commented 9 years ago

Apparently there are some conflicts, probably due to the last merge

Nyholm commented 9 years ago

Merge conflicts are fixed!

Nyholm commented 9 years ago

There you go. This PR supports PHP5.4.

dizda commented 9 years ago

:+1:

Nyholm commented 9 years ago

Thank you for merging