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 b16d08b commit 916c462Copy full SHA for 916c462
packages/php-wasm/compile/xdebug/Dockerfile
@@ -6,6 +6,8 @@ FROM playground-php-wasm:base
6
# compatible with a particular Zend Engine API version.
7
ARG PHP_VERSION
8
9
+ARG WITH_JSPI
10
+
11
# Install Bison, required to build PHP
12
RUN mkdir -p /libs
13
COPY ./bison2.7/dist/ /libs/bison2.7
0 commit comments