Skip to content

Commit 2c04b0d

Browse files
committed
Enable SimpleXML extension in order to be able to support AWS SDK
See #8 (comment)
1 parent 6b041c2 commit 2c04b0d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ AWS Lambda change log
33

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

6+
## 2.4.0 / 2021-11-11
7+
8+
* Enabled SimpleXML extension in order to be able to support AWS SDK
9+
see https://github.com/xp-forge/lambda/issues/8#issuecomment-966308720
10+
(@thekid)
11+
612
## 2.3.0 / 2021-09-24
713

814
* Merged PR #11: Enable XML extensions. The PHP extensions dom, libxml,

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

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
2626
--without-sqlite3 \
2727
--with-openssl \
2828
--enable-bcmath \
29-
--disable-simplexml \
3029
--disable-pdo && \
3130
make -j $(nproc) all install
3231

0 commit comments

Comments
 (0)