We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9388e commit c752d7cCopy full SHA for c752d7c
1 file changed
dev.Dockerfile
@@ -57,8 +57,8 @@ RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
57
--enable-zts \
58
--disable-zend-signals \
59
--enable-zend-max-execution-timers \
60
- --with-config-file-path=/etc/frankenphp/php.ini \
61
- --with-config-file-scan-dir=/etc/frankenphp/php.d \
+ --with-config-file-path=/etc/frankenphp/php.ini \
+ --with-config-file-scan-dir=/etc/frankenphp/php.d \
62
--enable-debug && \
63
make -j"$(nproc)" && \
64
make install && \
0 commit comments