Skip to content

Commit

Permalink
Enable SimpleXML extension in order to be able to support AWS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 11, 2021
1 parent 6b041c2 commit 2c04b0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ AWS Lambda change log

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

## 2.4.0 / 2021-11-11

* Enabled SimpleXML extension in order to be able to support AWS SDK
see https://github.com/xp-forge/lambda/issues/8#issuecomment-966308720
(@thekid)

## 2.3.0 / 2021-09-24

* Merged PR #11: Enable XML extensions. The PHP extensions dom, libxml,
Expand Down
1 change: 0 additions & 1 deletion src/main/php/xp/lambda/Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
--without-sqlite3 \
--with-openssl \
--enable-bcmath \
--disable-simplexml \
--disable-pdo && \
make -j $(nproc) all install

Expand Down

0 comments on commit 2c04b0d

Please sign in to comment.