Skip to content

Commit d605621

Browse files
committed
Merge branch 'main' into feature/exception-cause
2 parents e765900 + e0dc12c commit d605621

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ AWS Lambda change log
33

44
## ?.?.? / ????-??-??
55

6+
## 4.1.0 / 2022-07-14
7+
8+
* Added [zlib extension](https://www.php.net/zlib), see #8 - @thekid
9+
610
## 4.0.1 / 2022-02-26
711

812
* Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid

src/main/php/xp/lambda/Dockerfile.runtime

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN curl -L https://github.com/php/php-src/archive/php-${php_version}.tar.gz | t
2222
RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
2323
--prefix=/opt/php/ \
2424
--without-sqlite3 \
25+
--with-zlib \
2526
--with-openssl \
2627
--enable-bcmath \
2728
--disable-pdo && \

0 commit comments

Comments
 (0)