softlayer / softlayer-object-storage-php

SoftLayer Object Storage PHP Client
Other
28 stars 18 forks source link

Autoloader - checked existence before require. #16

Closed adamh114 closed 10 years ago

adamh114 commented 10 years ago

Autoloader checks for existence. This will avoid issues when using other libraries. Specifically, this broke Doctrine for me.

fixed Util::getMimeByName(). $filename did not exist and this would generate a notice when file didn't match any mime types in lookup array.

briancline commented 10 years ago

Hi Adam, just one minor change noted in the comments and this should be ready.

adamh114 commented 10 years ago

Should be good to go now.

briancline commented 10 years ago

Looks good. Thanks!