php-ext.com / molten (from dev using PHP 7.3.28-buster)
Dockerfile
FROM php:7.3.28-buster
WORKDIR /tmp
RUN apt update && \
apt install -y --no-install-recommends git subversion autoconf build-essential && \
apt install -y --no-install-recommends libcurl4-openssl-dev && \
rm -rf /var/lib/apt/lists/*
RUN git clone --recursive --depth=1 https://github.com/chuan-yun/Molten /tmp/ext-src && \
cd /tmp/ext-src && \
phpize && \
./configure --enable-molten && \
make && \
make test
Build output SKIP
1ss
This extension requires PHP 7.2.0 or older.