1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the credits More... about 11 years ago
Updated supported PHP versions in README. More... over 11 years ago
Modified Object Storage call to retrieve a container. Now 200 and 204 are both valid statuses. Allows for compatibility with certain providers that are slightly different. More... almost 12 years ago
Updated CHANGELOG and CREDITS More... almost 12 years ago
Updated the changelog. More... about 12 years ago
Merge branch 'master' of github.com:hpcloud/HPCloud-PHP More... about 12 years ago
Fixes #16: Not assuming the tmp directory for temporary files. Instead using the system temp so it works on Windows. More... about 12 years ago
Updated the CHANGELOG to address #15 More... about 12 years ago
Fixed #15 where a POSIX UUID function is being called even for Windows. More... about 12 years ago
Updated the changelog for the fixes to #14 and #3. More... about 12 years ago
Fixed an error where the curl transport layer would hang on newer versions of curl. More... about 12 years ago
Added more details for activating a service. More... about 12 years ago
Clarified requirements for using the sdk in README. Fixed a few typos. More... about 12 years ago
Added a reference to explain the change made to curl requests in the previous commit. More... about 12 years ago
Merge branch 'master' of github.com:hpcloud/HPCloud-PHP More... about 12 years ago
Modified outgoing curl requests so that content length is no longer manually set. This allows curl to automatically calculate content length and should be more robust. More... about 12 years ago
Removing the legacy API file. The was part of the scaffold used to setup the project but was not used and contains vauge and possibly confusing information. More... about 12 years ago
Merge branch 'master' of github.com:hpcloud/HPCloud-PHP More... about 12 years ago
Updated the changelog for the latest items. More... about 12 years ago
Merge branch 'master' of github.com:hpcloud/HPCloud-PHP More... about 12 years ago
Updated the documention to specify CDN is public cloud and that access/secret keys only work in the public cloud. More... about 12 years ago
Merge pull request #14 from gimballock/patch-1 More... about 12 years ago
Merge branch 'gimballock-patch-1' More... about 12 years ago
Merge branch 'patch-1' of github.com:gimballock/HPCloud-PHP into gimballock-patch-1 More... about 12 years ago
Added PHPUnit as a require-dev dependency via composer. More... about 12 years ago
Setup identity and cdn tests to skip for cases where access/secret or cdn are not available. The test suite can now run against public and helion openstack setups. More... about 12 years ago
Updated the changelog for the removal of dbaas. More... about 12 years ago
Made numerous changes to ensure compatibility with HP Public Cloud and Helion/Private Cloud. CDN, ObjectStorage, StreamWrapper, StreamWrapperFS, IdentityServices, and TestCase were affected. Primary changes include the following: 1. Tests using account ID and secret key have been removed. 2. Default regions removed from ObjectStorage class. 3. User warnings are sent when CDN is not enabled since it's only available in HP Public Cloud. 4. TestCase has been modified to be more robust and handle cases where a previous test run may have failed in unexpected ways. More... about 12 years ago
Modified StreamWrapperFSTest so that it doesn't seg fault when running against newer versions of PHP and PHPUnit. More... about 12 years ago
Made modifications to several tests (primarily IdentityServices and StreamWrapper) in order to get them to pass against slightly newer versions of PHP and PHPUnit. More... about 12 years ago