softlayer-object-storage-php icon indicating copy to clipboard operation
softlayer-object-storage-php copied to clipboard

SoftLayer Object Storage PHP Client

Results 15 softlayer-object-storage-php issues
Sort by recently updated
recently updated
newest added

if the value of $fileName contains the object storage filename, line 100 will cause a warning since mime_content_type() checks the local filesystem. ![image](https://cloud.githubusercontent.com/assets/661106/2688603/5b92764a-c2b3-11e3-9312-161b1a1b35b2.png)

bug

We currently use this library and it works great. But, today SoftLayer turned off SSLv3 on their ObjectStorage network in response to the POODLE vulnerability. Is there any way to...

bug
enhancement

Please change: `"autoload": { "psr-0": { "ObjectStorage_": "lib/", "": "lib/" } }` to `"autoload": { "psr-0": { "ObjectStorage_": "lib/" } }` It's causing a lot of problems

Trying to add this with any other framework and spl_autoload_register conflicts with everything else causes all kinds of errors.