Skip to content

Commit 58a79e5

Browse files
committed
Test
1 parent 9c81b52 commit 58a79e5

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -23,49 +23,8 @@ runs:
2323
./configure \
2424
--enable-option-checking=fatal \
2525
--prefix=/usr/local \
26-
--enable-fpm \
27-
--with-pdo-mysql=mysqlnd \
28-
--with-mysqli=mysqlnd \
29-
--with-pgsql="$BREW_OPT"/libpq \
30-
--with-pdo-pgsql="$BREW_OPT"/libpq \
31-
--with-pdo-sqlite \
3226
--without-pear \
33-
--enable-gd \
34-
--with-jpeg \
35-
--with-webp \
36-
--with-freetype \
37-
--enable-exif \
38-
--with-zip \
39-
--with-zlib \
40-
--enable-soap \
41-
--enable-xmlreader \
42-
--with-xsl \
43-
--with-tidy="$BREW_OPT"/tidy-html5 \
44-
--with-libxml \
45-
--enable-sysvsem \
46-
--enable-sysvshm \
47-
--enable-shmop \
48-
--enable-pcntl \
49-
--with-readline="$BREW_OPT"/readline \
5027
--enable-mbstring \
51-
--with-curl \
52-
--with-gettext="$BREW_OPT"/gettext \
53-
--enable-sockets \
54-
--with-bz2="$BREW_OPT"/bzip2 \
55-
--with-openssl \
56-
--with-gmp="$BREW_OPT"/gmp \
57-
--with-iconv="$BREW_OPT"/libiconv \
58-
--enable-bcmath \
59-
--enable-calendar \
60-
--enable-ftp \
61-
--enable-sysvmsg \
62-
--with-ffi \
63-
--enable-zend-test \
64-
--enable-dl-test=shared \
65-
--enable-intl \
66-
--with-mhash \
67-
--with-sodium \
68-
--enable-dba \
6928
--enable-werror \
7029
--with-config-file-path=/etc \
7130
--with-config-file-scan-dir=/etc/php.d \

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
- name: ./configure
253253
uses: ./.github/actions/configure-macos
254254
with:
255-
configurationParameters: --enable-debug --disable-zts
255+
configurationParameters: --enable-debug --disable-zts --enable-address-sanitizer --enable-undefined-sanitizer
256256
- name: make
257257
run: |-
258258
export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
@@ -264,7 +264,7 @@ jobs:
264264
with:
265265
jitType: tracing
266266
runTestsParameters: >-
267-
-d opcache.enable_cli=1
267+
-d opcache.enable_cli=1 ext/mbstring/tests/eucjp_2004_encoding.phpt
268268
- name: Verify generated files are up to date
269269
uses: ./.github/actions/verify-generated-files
270270
WINDOWS:

0 commit comments

Comments
 (0)