Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
cd90255
wip
mnapoli May 3, 2024
ac68d32
Update with main (only PHP 8.3)
mnapoli Oct 23, 2024
4dfa2ef
Merge branch 'main' into al2023
mnapoli Oct 23, 2024
e98941e
Update comment
mnapoli Oct 23, 2024
0cafc91
Remove support for libssh2 in curl
mnapoli Oct 23, 2024
84ff1f5
Fix build scripts for v3
mnapoli May 24, 2025
414a787
Refactor to a single layer (#256)
mnapoli May 24, 2025
7215bf7
Remove support for PHP 8.0 and 8.1 (#258)
mnapoli May 24, 2025
c1f4bb6
Add ap-southeast-3 and me-central-1 regions (#259)
mnapoli May 24, 2025
f165a07
Merge branch 'v3' into al2023
mnapoli May 24, 2025
114315f
Add a test to cover that we have an SQLite version compatible with La…
mnapoli May 25, 2025
08718e7
Fix Docker hub version
mnapoli May 25, 2025
71b4371
Restore bootstrap.sh else Lambda complains the PHP runtime process ex…
mnapoli May 25, 2025
2c97d8d
Optimize layer sizes (#262)
mnapoli May 26, 2025
fbd8194
Fix tests
mnapoli May 26, 2025
26fba0e
Merge branch 'main' into v3
mnapoli May 26, 2025
064a539
Avoid pushing the `latest` docker tag
mnapoli May 30, 2025
2cdd9cb
Merge branch 'main' into v3
mnapoli Jun 25, 2025
57c642d
Remove unneeded `display_errors=1` from v2 because in v3 it's always …
mnapoli Jun 25, 2025
96150c5
Merge branch 'v3' into al2023
mnapoli Aug 15, 2025
301618c
Update lib versions
mnapoli Aug 15, 2025
bca39a9
Store a list of available packages in 2023
mnapoli Aug 15, 2025
0e34dfb
Compile a newer version of SQLite
mnapoli Aug 15, 2025
6c8ac18
Update SQLite test
mnapoli Aug 15, 2025
058b299
Don't re-install sqlite after having compiled it
mnapoli Aug 15, 2025
8548b7f
Migrate PHP 8.2 and 8.4 to AL2023 as well
mnapoli Aug 15, 2025
6168124
Fix the 8.4 build
mnapoli Aug 15, 2025
6a93a56
Merge pull request #122 from brefphp/al2023
mnapoli Aug 20, 2025
0dbd7c4
Add timeouts on GitHub Actions jobs
mnapoli Aug 20, 2025
92a4ac0
Run tests on v3
mnapoli Aug 20, 2025
793a053
Upgrade PHP versions
mnapoli Aug 20, 2025
fc5105f
Add support for PHP 8.5 in Bref v3
mnapoli Aug 20, 2025
1f12d19
Fix
mnapoli Aug 20, 2025
87eefb3
Merge pull request #282 from brefphp/php-85
mnapoli Aug 21, 2025
5858e89
Optimize layers by externalizing only large extensions
mnapoli Aug 21, 2025
48d7a53
Improve the copy of dependencies
mnapoli Aug 21, 2025
19f6f7f
Fix tests
mnapoli Aug 21, 2025
315267f
Merge pull request #283 from brefphp/optimize-external-extensions
mnapoli Aug 21, 2025
df8d4d0
Fix layers
mnapoli Aug 22, 2025
ac85bc7
`libssl.so.3` and `libreadline.so.8` don't exist on Lambda for some r…
mnapoli Aug 22, 2025
8389e2f
Revert the two previous commits, this was a mistake from my part
mnapoli Aug 24, 2025
284de9a
Add the Redis extension
mnapoli Aug 25, 2025
b152028
Remove `redis` from PHP 8.5 for now
mnapoli Aug 25, 2025
05902a4
Upgrade PHP AL2023
GrahamCampbell Sep 1, 2025
4522821
Merge pull request #286 from GrahamCampbell/upgrade-php-al2023
mnapoli Sep 2, 2025
0c5f77b
Merge pull request #284 from brefphp/redis
mnapoli Sep 12, 2025
35b2700
PHP 8.3.26, 8.4.13 and 8.5.0RC1
GrahamCampbell Oct 1, 2025
ad17567
Merge pull request #294 from GrahamCampbell/new-php-v3
mnapoli Oct 5, 2025
b3212d8
update compatible-runtimes for v3
aromka Oct 27, 2025
23d5239
update compatible-runtimes for v3
aromka Oct 27, 2025
d96dcf9
Merge pull request #297 from aromka/v3
mnapoli Oct 27, 2025
12a8aaa
Upgrade versions in v3
mnapoli Dec 8, 2025
5d65fd4
Merge pull request #301 from brefphp/upgrade-v3
mnapoli Dec 8, 2025
5a5e7ee
Always log errors to stderr
mnapoli Dec 15, 2025
9a1aec9
Merge pull request #303 from brefphp/log-errors
mnapoli Dec 15, 2025
d6b5c60
Increase PHP-FPM log limit
mnapoli Dec 15, 2025
c5e719d
Merge pull request #304 from brefphp/increase-log-limit
mnapoli Dec 15, 2025
31636f5
Bump PHP versions
GrahamCampbell Dec 19, 2025
8e64666
Merge pull request #307 from GrahamCampbell/v3-bump-php
mnapoli Dec 19, 2025
c25da6b
Upgrade PHP versions (v3)
mnapoli Feb 13, 2026
50cad11
Merge pull request #315 from brefphp/v3-upgrade-php
mnapoli Feb 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update comment
  • Loading branch information
mnapoli committed Oct 23, 2024
commit e98941ed2f883344903244f75cd4b0a2d13b083e
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_VERSION_SUFFIX
ARG VERSION_PHP=8.3.12


# Lambda uses a custom AMI named Amazon Linux 2
# Lambda uses a custom AMI named Amazon Linux 2023
# https://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html
# AWS provides a Docker image that we use here:
# https://github.com/amazonlinux/container-images/tree/amzn2
Expand Down