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 54
54
--with-openssl \
55
55
--with-gmp="$BREW_OPT"/gmp \
56
56
--with-iconv="$BREW_OPT"/libiconv \
57
- --enable-bcmath \
58
- --enable-calendar \
59
- --enable-ftp \
60
- --enable-sysvmsg \
61
- --with-ffi \
62
57
--enable-zend-test \
63
58
--enable-dl-test=shared \
64
59
--enable-intl \
65
- --with-mhash \
66
- --with-sodium \
67
- --enable-dba \
68
60
--with-config-file-path=/etc \
69
61
--with-config-file-scan-dir=/etc/php.d \
70
62
${{ inputs.configurationParameters }}
Original file line number Diff line number Diff line change 29
29
--offline \
30
30
--show-diff \
31
31
--show-slow 1000 \
32
- --set-timeout 120 \
33
- ext/phar
32
+ --set-timeout 120
34
33
- uses : actions/upload-artifact@v4
35
34
if : always() && inputs.testArtifacts != null
36
35
with :
You can’t perform that action at this time.
0 commit comments