This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
Releases: GoogleCloudPlatform/php-docker
Releases · GoogleCloudPlatform/php-docker
Google Cloud Platform Docker image for PHP 2017-05-01-10-25
- php-fpm's error log will now report to /dev/stderr
- security update: freetype (2.5.2-3+deb8u2)
Google Cloud Platform Docker image for PHP 2017-04-21-11-24
Google Cloud Platform Docker image for PHP 2017-04-20-16-37
- Started to use runtime builder
- A minor internal change that anyone doesn't have to worry about
Google Cloud Platform Docker image for PHP 2017-04-20-13-06
- pcntl extension is now compiled in
- disabled opcache for cli SAPI
Google Cloud Platform Docker image for PHP 2017-04-13-17-42
Updated to PHP 7.1.4 and PHP 7.0.18.
Google Cloud Platform Docker image for PHP 2017-04-12-17-58
Adds an automatic extension enabler for supported extensions. See the documentation for supported extensions. You can enable extensions implicitly by adding "ext-<name>": "*"
to your "require"
section of your composer.json
.
Google Cloud Platform Docker image for PHP 2017-04-10-18-41
This is a maintenance release. The only visible change is #240 to use the nginx package from the debian repository. Let us know if this change doesn't work for you.
Google Cloud Platform Docker image for PHP 2017-03-22-19-13
Adds cassandra extension. The following extensions can be enabled by adding extension=[name].so
to your php.ini
file:
- cassandra
- ev
- event
- oauth
- phalcon
- pq
- rdkafka
Google Cloud Platform Docker image for PHP 2017-03-21-20-26
- Added freetype support to the GD extension
Google Cloud Platform Docker image for PHP 2017-03-16-19-57
- Updated to PHP 7.1.3 and PHP 7.0.17