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:
1919 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/zlib/lib/pkgconfig"
2020 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/icu4c/lib/pkgconfig"
2121 ./buildconf --force
22- ./configure \
22+ CC=clang CXX=clang++ ./configure \
2323 --enable-option-checking=fatal \
2424 --prefix=/usr/local \
2525 --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 \
3126 --without-pear \
32- --enable-gd \
33- --with-jpeg \
34- --with-webp \
35- --with-freetype \
27+ --disable-all \
28+ --enable-phar \
3629 --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 \
4431 --enable-sysvsem \
4532 --enable-sysvshm \
4633 --enable-shmop \
4734 --enable-pcntl \
48- --with-readline="$BREW_OPT"/readline \
4935 --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 \
5736 --enable-zend-test \
5837 --enable-dl-test=shared \
59- --enable-intl \
6038 --with-config-file-path=/etc \
6139 --with-config-file-scan-dir=/etc/php.d \
6240 ${{ inputs.configurationParameters }}
You can’t perform that action at this time.
0 commit comments