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 71e7455 commit f2dcfbbCopy full SHA for f2dcfbb
src/main/php/xp/lambda/Dockerfile.runtime
@@ -26,6 +26,7 @@ RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
26
--without-sqlite3 \
27
--with-openssl \
28
--enable-bcmath \
29
+ --disable-simplexml \
30
--disable-pdo && \
31
make -j $(nproc) all install
32
0 commit comments