File tree Expand file tree Collapse file tree 2 files changed +4
-48
lines changed Expand file tree Collapse file tree 2 files changed +4
-48
lines changed Original file line number Diff line number Diff line change 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=/usr/local/opt/libpq \
29
- --with-pdo-pgsql=/usr/local/opt/libpq \
30
- --with-pdo-sqlite \
31
26
--without-pear \
32
- --enable-gd \
33
- --with-jpeg \
34
- --with-webp \
35
- --with-freetype \
36
- --enable-exif \
37
- --with-zip \
38
- --with-zlib \
39
- --enable-soap \
40
- --enable-xmlreader \
41
- --with-xsl \
42
- --with-tidy=/usr/local/opt/tidy-html5 \
43
- --with-libxml \
44
- --enable-sysvsem \
45
- --enable-sysvshm \
46
- --enable-shmop \
47
- --enable-pcntl \
48
- --with-readline=/usr/local/opt/readline \
49
- --enable-mbstring \
50
- --with-curl \
51
- --with-gettext=/usr/local/opt/gettext \
52
- --enable-sockets \
53
- --with-bz2=/usr/local/opt/bzip2 \
54
- --with-openssl \
55
- --with-gmp=/usr/local/opt/gmp \
56
- --with-iconv=/usr/local/opt/libiconv \
57
- --enable-bcmath \
58
- --enable-calendar \
59
- --enable-ftp \
60
- --with-pspell=/usr/local/opt/aspell \
61
- --with-kerberos \
62
- --enable-sysvmsg \
63
- --with-ffi \
64
- --enable-zend-test \
65
- --enable-dl-test=shared \
66
- --enable-intl \
67
- --with-mhash \
68
- --with-sodium \
69
- --enable-dba \
70
- --enable-werror \
71
27
--with-config-file-path=/etc \
72
28
--with-config-file-scan-dir=/etc/php.d \
73
29
${{ inputs.configurationParameters }}
Original file line number Diff line number Diff line change 41
41
CXX : ccache g++
42
42
jobs :
43
43
LINUX_X64 :
44
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
44
+ if : false
45
45
strategy :
46
46
fail-fast : false
47
47
matrix :
96
96
uses : ./.github/actions/verify-generated-files
97
97
MACOS_DEBUG_NTS :
98
98
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
99
- runs-on : macos-12
99
+ runs-on : macos-15
100
100
steps :
101
101
- name : git checkout
102
102
uses : actions/checkout@v4
@@ -110,7 +110,7 @@ jobs:
110
110
- name : ./configure
111
111
uses : ./.github/actions/configure-macos
112
112
with :
113
- configurationParameters : --enable-debug --disable-zts
113
+ configurationParameters : --enable-debug --disable-zts --disable-all --enable-opcache
114
114
- name : make
115
115
run : |-
116
116
export PATH="/usr/local/opt/bison/bin:$PATH"
@@ -128,7 +128,7 @@ jobs:
128
128
- name : Verify generated files are up to date
129
129
uses : ./.github/actions/verify-generated-files
130
130
WINDOWS :
131
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
131
+ if : false
132
132
name : WINDOWS_X64_ZTS
133
133
runs-on : windows-2019
134
134
env :
You can’t perform that action at this time.
0 commit comments