Thanks to visit codestin.com
Credit goes to github.com

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

Toggle php73-v3's commit message
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

Toggle php71-v10's commit message
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

Toggle php73-v2's commit message
* Check for webserver startup (cold start reduction)

php73-v1

Toggle php73-v1's commit message
* Initial PHP 7.3 support

php71-v9

Toggle php71-v9's commit message
* Check for webserver startup (cold start reduction)

php71-v8

Toggle php71-v8's commit message
* Add built-in support for mbstring, postgresql, and mysql

layer-v7

Toggle layer-v7's commit message
* Fix value of $_SERVER['PHP_SELF'] for routing behavior

layer-v6

Toggle layer-v6's commit message
PHP 7.1 Layer Version 6

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

layer-v5

Toggle layer-v5's commit message
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

Toggle layer-v4's commit message
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