Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Tags: stackery/php-lambda-layer

Tags

php73-v3

PHP 7.3 Layer v3

* Add extensions to support Symfony
* Send redirect responses (3XX) to client instead of following them
* Add libonig to support mbstring extension
* Send request body regardless of HTTP method
* Build with updated lambci 'provided' image

php71-v10

PHP 7.1 Layer v10

* Send redirect responses (3XX) to client instead of following them
* Send request body regardless of HTTP method
* Build with updated lambci 'provided' image

php73-v2

* Check for webserver startup (cold start reduction)

php73-v1

* Initial PHP 7.3 support

php71-v9

* Check for webserver startup (cold start reduction)

php71-v8

* Add built-in support for mbstring, postgresql, and mysql

layer-v7

* Fix value of $_SERVER['PHP_SELF'] for routing behavior

layer-v6

PHP 7.1 Layer Version 6

* Fix sending body to PHP script when making a POST request

layer-v5

PHP 7.1 Layer Version 5

* Scan for ini configuration files in /etc/php-7.1.d/ of layers
* Scan for ini configuration files in /php-7.1.d/ of function code
* Support AWS Application Load Balancer request events

layer-v4

PHP 7.1 Layer Version 4

* Ensure php.ini is loaded from function package (/var/task/php.ini)
* Set extension_dir to /opt/lib/php/7.1/modules by default
* Remove base64 response encoding for non-ascii responses