File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 5454 --with-openssl \
5555 --with-gmp="$BREW_OPT"/gmp \
5656 --with-iconv="$BREW_OPT"/libiconv \
57- --enable-bcmath \
58- --enable-calendar \
59- --enable-ftp \
60- --enable-sysvmsg \
61- --with-ffi \
6257 --enable-zend-test \
6358 --enable-dl-test=shared \
6459 --enable-intl \
65- --with-mhash \
66- --with-sodium \
67- --enable-dba \
6860 --with-config-file-path=/etc \
6961 --with-config-file-scan-dir=/etc/php.d \
7062 ${{ inputs.configurationParameters }}
Original file line number Diff line number Diff line change 2929 --offline \
3030 --show-diff \
3131 --show-slow 1000 \
32- --set-timeout 120 \
33- ext/phar
32+ --set-timeout 120
3433 - uses : actions/upload-artifact@v4
3534 if : always() && inputs.testArtifacts != null
3635 with :
You can’t perform that action at this time.
0 commit comments