Skip to content

Releases: hpcloud/HPCloud-PHP

1.3.0

22 Oct 20:49
Compare
Choose a tag to compare
  • Removed DBaaS support. The support was for a private beta version with a now deprecated API.
  • Updated the documentation surrounding CDN and access/secret keys with HP Helion OpenStack and HP Helion Public Cloud.
  • #14: Fixed bug where transport.debug was ignored by the PHP Stream transport layer.
  • #13: Fixed, we think, a bug where setting the content length while using curl caused an issue with proxies.
  • #3: Fixed a bug where the curl transport layer failed under Windows and newer version of Linux and OS X.
  • #15: Fixed issue where posix_geteuid was being called, even in windows.
  • #13: Fixed issue where temp directory was assumed to be tmp which fails on Windows.

1.2.1

26 Aug 19:02
Compare
Choose a tag to compare

This bug fix release contains:

  • Disabling HTTP 1.1 keep-alive for the PHP transport layer. PHP doesn't support keep alive.
  • Fixed CDN::newFromIdentity to pass on the region to enable multi-region support.
  • Updated the CREDITS and contact information for Matt Butcher.
  • Noted that the dbaas bindings are no longer useful.