File tree Expand file tree Collapse file tree 1 file changed +4
-26
lines changed
.github/actions/configure-macos Expand file tree Collapse file tree 1 file changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -19,44 +19,22 @@ runs:
19
19
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/zlib/lib/pkgconfig"
20
20
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/icu4c/lib/pkgconfig"
21
21
./buildconf --force
22
- ./configure \
22
+ CC=clang CXX=clang++ ./configure \
23
23
--enable-option-checking=fatal \
24
24
--prefix=/usr/local \
25
25
--enable-fpm \
26
- --with-pdo-mysql=mysqlnd \
27
- --with-mysqli=mysqlnd \
28
- --with-pgsql="$BREW_OPT"/libpq \
29
- --with-pdo-pgsql="$BREW_OPT"/libpq \
30
- --with-pdo-sqlite \
31
26
--without-pear \
32
- --enable-gd \
33
- --with-jpeg \
34
- --with-webp \
35
- --with-freetype \
27
+ --disable-all \
28
+ --enable-phar \
36
29
--enable-exif \
37
- --with-zip \
38
- --with-zlib \
39
- --enable-address-sanitizer \
40
- --enable-xmlreader \
41
- --with-xsl \
42
- --with-tidy="$BREW_OPT"/tidy-html5 \
43
- --with-libxml \
30
+ --enable-memory-sanitizer \
44
31
--enable-sysvsem \
45
32
--enable-sysvshm \
46
33
--enable-shmop \
47
34
--enable-pcntl \
48
- --with-readline="$BREW_OPT"/readline \
49
35
--enable-mbstring \
50
- --with-curl \
51
- --with-gettext="$BREW_OPT"/gettext \
52
- --enable-sockets \
53
- --with-bz2="$BREW_OPT"/bzip2 \
54
- --with-openssl \
55
- --with-gmp="$BREW_OPT"/gmp \
56
- --with-iconv="$BREW_OPT"/libiconv \
57
36
--enable-zend-test \
58
37
--enable-dl-test=shared \
59
- --enable-intl \
60
38
--with-config-file-path=/etc \
61
39
--with-config-file-scan-dir=/etc/php.d \
62
40
${{ inputs.configurationParameters }}
You can’t perform that action at this time.
0 commit comments