Skip to content

Google Cloud PHP v0.21.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 22 Feb 20:26

Google Cloud PHP v0.21.0

Cloud Storage

  • Added a Cloud Storage stream wrapper. This stream wrapper enables you to
    interact with cloud storage objects with PHP's built-in file functions, such
    as file_get_contents and fopen. For more information, see PHP's
    streamWrapper documentation.
    (#323)
  • Added support for per-object storage classes. (#341)

Cloud Translation

  • Fixed bug in which translate calls failed due to an invalid parameter. (#344)

Stackdriver Error Reporting

  • Introduced support for Stackdriver Error Reporting via gRPC. (#309)