Skip to content

Commit

Permalink
Add zlib extension
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jul 14, 2022
1 parent c81806c commit e0dc12c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ AWS Lambda change log

## ?.?.? / ????-??-??

## 4.1.0 / 2022-07-14

* Added [zlib extension](https://www.php.net/zlib), see #8 - @thekid

## 4.0.1 / 2022-02-26

* Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
Expand Down
1 change: 1 addition & 0 deletions src/main/php/xp/lambda/Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN curl -L https://github.com/php/php-src/archive/php-${php_version}.tar.gz | t
RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
--prefix=/opt/php/ \
--without-sqlite3 \
--with-zlib \
--with-openssl \
--enable-bcmath \
--disable-pdo && \
Expand Down

0 comments on commit e0dc12c

Please sign in to comment.