Skip to content

Commit f2dcfbb

Browse files
committed
Keep SimpleXML disabled
1 parent 71e7455 commit f2dcfbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)