We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81806c commit e0dc12cCopy full SHA for e0dc12c
ChangeLog.md
@@ -3,6 +3,10 @@ AWS Lambda change log
3
4
## ?.?.? / ????-??-??
5
6
+## 4.1.0 / 2022-07-14
7
+
8
+* Added [zlib extension](https://www.php.net/zlib), see #8 - @thekid
9
10
## 4.0.1 / 2022-02-26
11
12
* Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
src/main/php/xp/lambda/Dockerfile.runtime
@@ -22,6 +22,7 @@ RUN curl -L https://github.com/php/php-src/archive/php-${php_version}.tar.gz | t
22
RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
23
--prefix=/opt/php/ \
24
--without-sqlite3 \
25
+ --with-zlib \
26
--with-openssl \
27
--enable-bcmath \
28
--disable-pdo && \
0 commit comments